AlreadyLoadedLibraryException

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

Thrown by it.unibo.tuprolog.solve.library.Runtime.plus (either overload) when the Runtime being extended already contains a library aliased the same as the one being added.

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?