|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.jboss.resteasy.core.ExceptionAdapter
public class ExceptionAdapter
A ExceptionAdapter.
Constructor Summary | |
---|---|
ExceptionAdapter(java.lang.Exception e)
Create a new ExceptionAdapter. |
|
ExceptionAdapter(java.lang.String message,
java.lang.Exception e)
|
Method Summary | |
---|---|
void |
printStackTrace()
FIXME Comment this |
void |
printStackTrace(java.io.PrintStream s)
FIXME Comment this |
void |
printStackTrace(java.io.PrintWriter s)
FIXME Comment this |
void |
rethrow()
Rethrows the original exception class. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExceptionAdapter(java.lang.Exception e)
e
- public ExceptionAdapter(java.lang.String message, java.lang.Exception e)
Method Detail |
---|
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
java.lang.Throwable#printStackTrace()
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- java.lang.Throwable#printStackTrace(java.io.PrintStream)
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
s
- java.lang.Throwable#printStackTrace(java.io.PrintWriter)
public void rethrow() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |