java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spongepowered.plugin.InvalidPluginException
- All Implemented Interfaces:
- Serializable
Thrown when a plugin cannot be constructed and should be considered invalid.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidPluginException(String message) InvalidPluginException(String message, Throwable cause) InvalidPluginException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidPluginException
- 
InvalidPluginException
- 
InvalidPluginException
 
-