Package org.mpi_sws.jmc.runtime
Class HaltExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mpi_sws.jmc.runtime.HaltExecutionException
- All Implemented Interfaces:
Serializable
Exception thrown to halt execution of the current execution.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumError type when the model checker stops the execution. -
Constructor Summary
ConstructorsConstructorDescriptionHaltExecutionException(HaltExecutionException.Type type, String message) Constructs a newHaltExecutionExceptionwith the given type and message. -
Method Summary
Modifier and TypeMethodDescriptionstatic HaltExecutionExceptionConstructs a newHaltExecutionExceptionof type error with the given message.getType()static HaltExecutionExceptionok()Constructs a newHaltExecutionExceptionof type ALL_OK with the given message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HaltExecutionException
Constructs a newHaltExecutionExceptionwith the given type and message.
-
-
Method Details
-
error
Constructs a newHaltExecutionExceptionof type error with the given message. -
ok
Constructs a newHaltExecutionExceptionof type ALL_OK with the given message. -
getType
-