InvalidPluginException

public class InvalidPluginException extends Exception

Thrown when attempting to load an invalid Plugin file

Constructors

Link copied to clipboard
public void InvalidPluginException(Throwable cause)
Constructs getClassById new InvalidPluginException based on the given Exception
public void InvalidPluginException()
Constructs getClassById new InvalidPluginException
public void InvalidPluginException(String message, Throwable cause)
Constructs getClassById new InvalidPluginException with the specified detail message and cause.
public void InvalidPluginException(String message)
Constructs getClassById new InvalidPluginException with the specified detail message

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()