org.jboss.shrinkwrap.api
Class UnknownExtensionTypeExceptionDelegator
java.lang.Object
org.jboss.shrinkwrap.api.UnknownExtensionTypeExceptionDelegator
public class UnknownExtensionTypeExceptionDelegator
- extends Object
UnknownExtensionTypeExceptionDelegator
Delegator added to be able to reach UnknownExtensionTypeException
from impl-base
- Version:
- $Revision: $
- Author:
- Ken Gullaksen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnknownExtensionTypeExceptionDelegator
public UnknownExtensionTypeExceptionDelegator()
newExceptionInstance
public static <T extends Assignable> UnknownExtensionTypeException newExceptionInstance(Class<T> type)
- Type Parameters:
T
- The type of extension- Parameters:
type
- The Extension interface class
- Returns:
- an UnknownExtensionTypeException to be thrown
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.