net.sf.cglib.transform.impl
public class UndeclaredThrowableStrategy extends DefaultGeneratorStrategy
| Constructor Summary | |
|---|---|
| UndeclaredThrowableStrategy(Class wrapper)
Create a new instance of this strategy. | |
Parameters: wrapper a class which extends either directly or
indirectly from Throwable and which has at least one
constructor that takes a single argument of type
Throwable, for example
java.lang.reflect.UndeclaredThrowableException.class