Package org.jboss.shrinkwrap.api
Class UnknownExtensionTypeExceptionDelegator
java.lang.Object
org.jboss.shrinkwrap.api.UnknownExtensionTypeExceptionDelegator
UnknownExtensionTypeExceptionDelegator Delegator added to be able to reach
UnknownExtensionTypeException
from
impl-base- Version:
- $Revision: $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Assignable>
UnknownExtensionTypeExceptionnewExceptionInstance
(Class<T> type)
-
Constructor Details
-
UnknownExtensionTypeExceptionDelegator
public UnknownExtensionTypeExceptionDelegator()
-
-
Method Details
-
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
-