net.sf.cglib.core
Class CodeGenerationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.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.2 2003/09/19 23:31:04 herbyderby Exp $
See Also:
Serialized Form

Constructor Summary
CodeGenerationException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeGenerationException

public CodeGenerationException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()


Copyright © 2002-2003 cglib. All Rights Reserved.