java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.foxgenesis.watame.plugin.SeverePluginException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeverePluginException(String message) SeverePluginException(String message, boolean fatal) SeverePluginException(String message, Throwable thrown) SeverePluginException(String message, Throwable thrown, boolean fatal) SeverePluginException(Throwable thrown) SeverePluginException(Throwable thrown, boolean fatal) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SeverePluginException
-
SeverePluginException
-
SeverePluginException
-
SeverePluginException
-
SeverePluginException
-
SeverePluginException
-
-
Method Details
-
isFatal
public boolean isFatal()Check if this exception was fatal.- Returns:
- Returns
trueif this exception results in a fatal error
-