NoSuchALibraryException

class NoSuchALibraryException(message: String? = null, cause: Throwable? = null) : LibraryException

Thrown by it.unibo.tuprolog.solve.library.Runtime.minus (any overload) -- see that method's KDoc for a caveat about its actual (inverted) throw condition as currently implemented.

Parameters

message

the detail message string.

cause

the cause of this exception.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)
constructor(cause: Throwable?)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?