Package org.spongepowered.plugin
Class InvalidPluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spongepowered.plugin.InvalidPluginException
-
- All Implemented Interfaces:
Serializable
public final class InvalidPluginException extends Exception
Thrown when a plugin cannot be constructed and should be considered invalid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPluginException(String message)
InvalidPluginException(String message, Throwable cause)
InvalidPluginException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-