Package com.fathzer.plugin.loader
Class PluginInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fathzer.plugin.loader.PluginInstantiationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that something went wrong during plugin instantiation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginInstantiationException
Constructor.- Parameters:
message- The detail message.
-
PluginInstantiationException
Constructor.- Parameters:
cause- the cause (which is saved for later retrieval by the Throwable.getCause() method).
A null value is permitted, and indicates that the cause is unknown.
-