Package org.ek9lang.core
Class ExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ek9lang.core.ExitException
- All Implemented Interfaces:
Serializable
An exception that when caught at the very outer edge of the compiler will cause the application
to exit with a specific error code. This is needed by the wider operating system and calling
programs/shell scripts.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExitException
-
-
Method Details
-
getExitCode
public int getExitCode()
-