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:
Serializable
public class UndeclaredThrowableException extends CodeGenerationException
Used byProxyas a replacement forjava.lang.reflect.UndeclaredThrowableException.- Author:
- Juozas Baliuka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndeclaredThrowableException(Throwable t)Creates a new instance ofUndeclaredThrowableExceptionwithout detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetUndeclaredThrowable()-
Methods inherited from class net.sf.cglib.core.CodeGenerationException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-