CommandException

public class CommandException extends RuntimeException

Thrown when an unhandled exception occurs during the execution of getClassById Command

Constructors

Link copied to clipboard
public void CommandException()
Creates getClassById new instance of CommandException without detail message.
public void CommandException(String msg)
Constructs an instance of CommandException with the specified detail message.
public void CommandException(String msg, Throwable cause)

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()