Uses of Class
org.jboss.shrinkwrap.api.UnknownExtensionTypeException
Packages that use UnknownExtensionTypeException
-
Uses of UnknownExtensionTypeException in org.jboss.shrinkwrap.api
Methods in org.jboss.shrinkwrap.api that return UnknownExtensionTypeExceptionModifier and TypeMethodDescriptionstatic <T extends Assignable>
UnknownExtensionTypeExceptionUnknownExtensionTypeExceptionDelegator.newExceptionInstance
(Class<T> type) (package private) static <T extends Assignable>
UnknownExtensionTypeExceptionUnknownExtensionTypeException.newInstance
(Class<T> type) Creates a newUnknownExtensionTypeException
for the specified typeMethods in org.jboss.shrinkwrap.api that throw UnknownExtensionTypeExceptionModifier and TypeMethodDescription<T extends Assignable>
TCreates a new archive of the specified type.static <T extends Assignable>
TCreates a new archive of the specified type. -
Uses of UnknownExtensionTypeException in org.jboss.shrinkwrap.impl.base
Methods in org.jboss.shrinkwrap.impl.base that throw UnknownExtensionTypeException