Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeException
net.sf.cglib.core.CodeGenerationException
net.sf.cglib.proxy.UndeclaredThrowableException
public class UndeclaredThrowableException
extends CodeGenerationException
Proxy
as a replacement for java.lang.reflect.UndeclaredThrowableException
.
Constructor Summary | |
|
Method Summary | |
Throwable |
Methods inherited from class net.sf.cglib.core.CodeGenerationException | |
getCause |
public UndeclaredThrowableException(Throwable t)
Creates a new instance ofUndeclaredThrowableException
without detail message.