Class ClassGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.bcel.generic.ClassGenException
- All Implemented Interfaces:
Serializable
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new ClassGenException.Constructs a new ClassGenException with the specified message.ClassGenException(String s, Throwable initCause) Constructs a new ClassGenException with the specified message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassGenException
public ClassGenException()Constructs a new ClassGenException. -
ClassGenException
Constructs a new ClassGenException with the specified message.- Parameters:
s- the error message.
-
ClassGenException
Constructs a new ClassGenException with the specified message and cause.- Parameters:
s- the error message.initCause- the cause.
-