public class UndeclaredThrowableException extends RuntimeException
Constructor and Description |
---|
UndeclaredThrowableException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
Throwable |
getUndeclaredThrowable() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public UndeclaredThrowableException(Throwable t)
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
printStackTrace
in class Throwable
public Throwable getUndeclaredThrowable()