public static class Exceptions.SoftenedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
Exceptions.SoftenedException(java.lang.String message) |
Exceptions.SoftenedException(java.lang.String message,
java.lang.Throwable cause) |
Exceptions.SoftenedException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
java.lang.StackTraceElement[] |
getStackTrace() |
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public Exceptions.SoftenedException(java.lang.String message)
public Exceptions.SoftenedException(java.lang.String message,
java.lang.Throwable cause)
public Exceptions.SoftenedException(java.lang.Throwable cause)
public void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.StackTraceElement[] getStackTrace()
getStackTrace in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwable