BBUReloaded
Toggle table of contents
0.1-BETA
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BBUReloaded
BBUReloaded
/
me.imoltres.bbu.utils.scoreboard
/
BBUScoreboardSetupException
BBUScoreboard
Setup
Exception
public
final
class
BBUScoreboardSetupException
extends
Exception
Exception while setting up the BBUScoreboard
Members
Constructors
BBUScoreboard
Setup
Exception
Link copied to clipboard
public
BBUScoreboardSetupException
BBUScoreboardSetupException
(
String
message
,
Exception
e
)
Properties
cause
Link copied to clipboard
private
final
Throwable
cause
localized
Message
Link copied to clipboard
private
final
String
localizedMessage
message
Link copied to clipboard
private
final
String
message
stack
Trace
Link copied to clipboard
private
Array
<
StackTraceElement
>
stackTrace
suppressed
Link copied to clipboard
private
final
Array
<
Throwable
>
suppressed
Functions
add
Suppressed
Link copied to clipboard
public
final
Unit
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
Throwable
getCause
(
)
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
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
Throwable
initCause
(
Throwable
cause
)
print
Stack
Trace
Link copied to clipboard
public
Unit
printStackTrace
(
)
public
Unit
printStackTrace
(
PrintStream
s
)
public
Unit
printStackTrace
(
PrintWriter
s
)
set
Stack
Trace
Link copied to clipboard
public
Unit
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)