public class ExceptionAdapter extends RuntimeException
Constructor and Description |
---|
ExceptionAdapter(Exception e)
Create a new ExceptionAdapter.
|
ExceptionAdapter(String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ExceptionAdapter(Exception e)
e
- public void printStackTrace()
printStackTrace
in class Throwable
java.lang.Throwable#printStackTrace()
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- java.lang.Throwable#printStackTrace(java.io.PrintStream)
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
s
- java.lang.Throwable#printStackTrace(java.io.PrintWriter)
Copyright © 2015 JBoss by Red Hat. All rights reserved.