public static class Exceptions.SoftenedException extends RuntimeException
| Constructor and Description |
|---|
Exceptions.SoftenedException(String message) |
Exceptions.SoftenedException(String message,
Throwable cause) |
Exceptions.SoftenedException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
StackTraceElement[] |
getFilteredStackTrace() |
String |
getLocalizedMessage() |
String |
getMessage() |
Throwable |
getRootCause() |
StackTraceElement[] |
getStackTrace() |
void |
printStackTrace() |
void |
printStackTrace(CharBuf charBuf) |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
CharBuf |
printStackTraceIntoCharBuf() |
addSuppressed, fillInStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic Exceptions.SoftenedException(String message)
public Exceptions.SoftenedException(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace in class Throwablepublic Throwable getRootCause()
public void printStackTrace(CharBuf charBuf)
public StackTraceElement[] getFilteredStackTrace()
public CharBuf printStackTraceIntoCharBuf()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class ThrowableCopyright © 2015. All Rights Reserved.