Package org.ek9lang.core
Class CompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ek9lang.core.CompilerException
- All Implemented Interfaces:
Serializable
Our wrapper for an unchecked exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCompilerException
(String reason) CompilerException
(String reason, 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
-
CompilerException
-
CompilerException
-