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.