Package it. unibo. tuprolog. solve. exception
Types
HaltException
Link copied to clipboard
class HaltException(message: String?, cause: Throwable?, contexts: Array<ExecutionContext>, exitStatus: Int) : TuPrologRuntimeException
Content copied to clipboard
PrologError
Link copied to clipboard
abstract class PrologError(message: String?, cause: Throwable?, contexts: Array<ExecutionContext>, type: Struct, extraData: Term?) : TuPrologRuntimeException
Content copied to clipboard
PrologWarning
Link copied to clipboard
abstract class PrologWarning(message: String?, cause: Throwable?, contexts: Array<ExecutionContext>) : TuPrologRuntimeException
Content copied to clipboard
TimeOutException
Link copied to clipboard
class TimeOutException(message: String?, cause: Throwable?, contexts: Array<ExecutionContext>, exceededDuration: TimeDuration) : TuPrologRuntimeException
Content copied to clipboard
TuPrologRuntimeException
Link copied to clipboard
open class TuPrologRuntimeException(message: String?, cause: Throwable?, contexts: Array<ExecutionContext>) : TuPrologException
Content copied to clipboard