Package 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 reachUnknownExtensionTypeException
from impl-base- Version:
- $Revision: $
- Author:
- Ken Gullaksen
-
-
Constructor Summary
Constructors Constructor Description UnknownExtensionTypeExceptionDelegator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends Assignable>
UnknownExtensionTypeExceptionnewExceptionInstance(Class<T> type)
-
-
-
Method Detail
-
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
-
-