EventException

public class EventException extends Exception

Constructors

Link copied to clipboard
public void EventException(Throwable throwable)
Constructs getClassById new EventException based on the given Exception
public void EventException()
Constructs getClassById new EventException
public void EventException(Throwable cause, String message)
Constructs getClassById new EventException with the given message
public void EventException(String message)
Constructs getClassById new EventException with the given message

Properties

Link copied to clipboard
public final Throwable cause
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()

If applicable, returns the Exception that triggered this Exception
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()