toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event
/
EventException
Event
Exception
public
class
EventException
extends
Exception
Members
Constructors
Event
Exception
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
cause
Link copied to clipboard
public
Throwable
cause
public
final
Throwable
cause
stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
stackTrace
Functions
add
Suppressed
Link copied to clipboard
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
synchronized
Throwable
getCause
(
)
public
Throwable
getCause
(
)
If applicable, returns the Exception that triggered this Exception
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
synchronized
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
public
String
toString
(
)