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:
java.io.Serializable
- Direct Known Subclasses:
UndeclaredThrowableException
public class CodeGenerationException extends java.lang.RuntimeException
- Version:
- $Id: CodeGenerationException.java,v 1.3 2004/06/24 21:15:21 herbyderby Exp $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
cause
-
Constructor Summary
Constructors Constructor Description CodeGenerationException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-