Package org.apache.bcel.generic
Class ClassGenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.bcel.generic.ClassGenException
-
- All Implemented Interfaces:
java.io.Serializable
public class ClassGenException extends java.lang.RuntimeExceptionThrown on internal errors. Extends RuntimeException so it hasn't to be declared in the throws clause every time.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassGenException()ClassGenException(java.lang.String s)ClassGenException(java.lang.String s, java.lang.Throwable initCause)
-