Package net.sf.cglib.proxy
Class UndeclaredThrowableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.cglib.core.CodeGenerationException
-
- net.sf.cglib.proxy.UndeclaredThrowableException
-
- All Implemented Interfaces:
java.io.Serializable
public class UndeclaredThrowableException extends CodeGenerationException
Used byProxy
as a replacement forjava.lang.reflect.UndeclaredThrowableException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndeclaredThrowableException(java.lang.Throwable t)
Creates a new instance ofUndeclaredThrowableException
without detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getUndeclaredThrowable()
-
Methods inherited from class net.sf.cglib.core.CodeGenerationException
getCause
-
-