Class AlchemistMultiVesta.AlchemistWouldHaveExitedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AlchemistMultiVesta.AlchemistWouldHaveExitedException extends RuntimeException
This exception is thrown in place of calling System.exit when the simulator is used in debug mode. The exitStatus returns the exit status the execution would have had.
-
-
Constructor Summary
Constructors Constructor Description AlchemistMultiVesta.AlchemistWouldHaveExitedException(Integer exitStatus)
-
Method Summary
Modifier and Type Method Description final Integer
getExitStatus()
-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AlchemistMultiVesta.AlchemistWouldHaveExitedException
AlchemistMultiVesta.AlchemistWouldHaveExitedException(Integer exitStatus)
-
-
Method Detail
-
getExitStatus
final Integer getExitStatus()
-
-
-
-