Package net.sf.cglib.core
Class CodeGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.cglib.core.CodeGenerationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UndeclaredThrowableException
public class CodeGenerationException extends RuntimeException
- Version:
- $Id: CodeGenerationException.java,v 1.3 2004/06/24 21:15:21 herbyderby Exp $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeGenerationException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-