Package org.codehaus.janino.util
Class ClassFile.ClassFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.janino.util.ClassFile.ClassFileException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClassFile
Unchecked exception that represents an error condition that could occur during processing of class files, e.g.
reading a corrupt class file, or an overflow of the constant pool.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassFileException
(String message) ClassFileException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassFileException
-
ClassFileException
-