net.sf.cglib.core
Class CodeGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
CodeGenerationException(Throwable cause)
           
 
Method Summary
 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(Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2012 Oracle Corporation. All Rights Reserved.