|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.core.ExceptionAdapter
public class ExceptionAdapter
A ExceptionAdapter.
| Constructor Summary | |
|---|---|
ExceptionAdapter(Exception e)
Create a new ExceptionAdapter. |
|
ExceptionAdapter(String message,
Exception e)
|
|
| Method Summary | |
|---|---|
void |
printStackTrace()
FIXME Comment this |
void |
printStackTrace(PrintStream s)
FIXME Comment this |
void |
printStackTrace(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(Exception e)
e -
public ExceptionAdapter(String message,
Exception e)
| Method Detail |
|---|
public void printStackTrace()
printStackTrace in class Throwablejava.lang.Throwable#printStackTrace()public void printStackTrace(PrintStream s)
printStackTrace in class Throwables - java.lang.Throwable#printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter s)
printStackTrace in class Throwables - java.lang.Throwable#printStackTrace(java.io.PrintWriter)
public void rethrow()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||