public class ResException
extends java.lang.Exception
| Constructor and Description |
|---|
ResException(java.lang.Exception ex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalizedMessage()
Creates a localized description of this exception
|
java.lang.String |
getMessage()
get the Exception message
|
java.lang.Exception |
getTheException()
return the original exception.
|
void |
printStackTrace()
prints this exception and its backtrace to the standard error stream
|
void |
printStackTrace(java.io.PrintStream s)
Prints the exception and its backtrace to the specified print stream.
|
void |
printStackTrace(java.io.PrintWriter s) |
java.lang.String |
toString()
Returns a short description of this exception.
|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.Exception getTheException()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable