Package org.omegazero.common.plugins
Class InvalidPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omegazero.common.plugins.InvalidPluginException
- All Implemented Interfaces:
Serializable
An exception thrown to indicate a
Plugin
is invalid.- Since:
- 2.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPluginException
(String name, String msg) InvalidPluginException
(String name, String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPluginException
-
InvalidPluginException
-