HaltException

constructor(exitStatus: Int = 0, message: String? = "Resolution has been halted with exit code ", cause: Throwable? = null, contexts: Array<ExecutionContext>)

Parameters

message

the detail message string.

cause

the cause of this exception.

contexts

a stack of contexts localising the exception

exitStatus

The integer code representing the exit status code; it defaults to 0


constructor(exitStatus: Int = 0, message: String? = "Resolution has been halted with exit code ", cause: Throwable? = null, context: ExecutionContext)
constructor(exitStatus: Int = 0, cause: Throwable?, context: ExecutionContext)