Package com.djrapitops.plan.exceptions
Class DataExtensionMethodCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.djrapitops.plan.exceptions.DataExtensionMethodCallException
- All Implemented Interfaces:
Serializable
Exception that is thrown when a call to a DataExtension method throws an exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataExtensionMethodCallException
(String message, Throwable cause, String pluginName, String methodName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataExtensionMethodCallException
-
-
Method Details
-
getPluginName
-
getMethodName
-