java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.civl.mc.semantics.IF.LibraryLoaderException
- All Implemented Interfaces:
Serializable
A library loader exception is produced by errors occur during when a library
executor/evaluator/enabler loader attempts to load a specific library
executor/evaluator/enabler.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLibraryLoaderException(String message) Creates a new instance of library loader exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LibraryLoaderException
Creates a new instance of library loader exception.- Parameters:
message- The error message of this exception.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-