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:
java.io.Serializable
public class DataExtensionMethodCallException extends java.lang.IllegalStateException
Exception that is thrown when a call to a DataExtension method throws an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataExtensionMethodCallException(java.lang.Throwable cause, java.lang.String pluginName, MethodWrapper<?> method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<MethodWrapper<?>>
getMethod()
java.lang.String
getPluginName()
-
-
-
Constructor Detail
-
DataExtensionMethodCallException
public DataExtensionMethodCallException(java.lang.Throwable cause, java.lang.String pluginName, MethodWrapper<?> method)
-
-
Method Detail
-
getPluginName
public java.lang.String getPluginName()
-
getMethod
public java.util.Optional<MethodWrapper<?>> getMethod()
-
-