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: $
  • 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