-
public final class NonFatalError.Custom extends NonFatalError
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorMessageprivate final Throwablethrowableprivate final Map<String, String>customDataprivate final Stringcodeprivate final Stringmessageprivate final BooleanneedsCooldownprivate final StringcooldownKeyprivate final BooleanshouldOnlyLog
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()final ThrowablegetThrowable()final Map<String, String>getCustomData()final StringgetCode()final StringgetMessage()final BooleangetNeedsCooldown()final StringgetCooldownKey()final BooleangetShouldOnlyLog()-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getThrowable
final Throwable getThrowable()
-
getCustomData
final Map<String, String> getCustomData()
-
getMessage
final String getMessage()
-
getNeedsCooldown
final Boolean getNeedsCooldown()
-
getCooldownKey
final String getCooldownKey()
-
getShouldOnlyLog
final Boolean getShouldOnlyLog()
-
-
-
-