Class LibraryLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.LibraryLoadException
- All Implemented Interfaces:
Serializable
Thrown when a library the plugin downloads at runtime cannot be resolved, fetched or loaded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLibraryLoadException(String message) Creates the exception with a message of its own.LibraryLoadException(String message, Throwable cause) Creates the exception around the failure that broke the load. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LibraryLoadException
Creates the exception with a message of its own.- Parameters:
message- what went wrong
-
LibraryLoadException
-