Halt Exception
fun HaltException( exitStatus: Int = 0, message: String? = "Resolution has been halted with exit code ", cause: Throwable? = null, context: ExecutionContext)
Content copied to clipboard
fun HaltException( exitStatus: Int = 0, cause: Throwable?, context: ExecutionContext)
Content copied to clipboard
fun HaltException( exitStatus: Int = 0, message: String? = "Resolution has been halted with exit code ", cause: Throwable? = null, contexts: Array<ExecutionContext>)
Content copied to clipboard
Parameters
message
the detail message string.
cause
the cause of this exception.
contexts
a stack of contexts localising the exception
exit Status
The integer code representing the exit status code; it defaults to 0