ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

org.jboss.shrinkwrap.api
Class UnknownExtensionTypeExceptionDelegator

java.lang.Object
  extended by 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

Constructor Summary
UnknownExtensionTypeExceptionDelegator()
           
 
Method Summary
static
<T extends Assignable>
UnknownExtensionTypeException
newExceptionInstance(Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnknownExtensionTypeExceptionDelegator

public UnknownExtensionTypeExceptionDelegator()
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

ShrinkWrap Aggregator and Build Parent 1.0.0-cr-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.