Package it.unibo.tuprolog.solve.library.exception

Types

Link copied to clipboard
class AlreadyLoadedLibraryException(message: String? = null, cause: Throwable? = null) : LibraryException
Link copied to clipboard
open class LibraryException(message: String? = null, cause: Throwable? = null)
Link copied to clipboard
class NoSuchALibraryException(message: String? = null, cause: Throwable? = null) : LibraryException