Package org.codehaus.commons.compiler
Class InternalCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.commons.compiler.InternalCompilerException
- All Implemented Interfaces:
Serializable
Indicates an event that is probably related to a bug in JANINO.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalCompilerException
(String message) InternalCompilerException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalCompilerException
public InternalCompilerException() -
InternalCompilerException
-
InternalCompilerException
-