Example usage for Java java.lang.reflect UndeclaredThrowableException fields, constructors, methods, implement or subclass
The text is from its open source code.
UndeclaredThrowableException(Throwable undeclaredThrowable, String s) Constructs an UndeclaredThrowableException with the specified Throwable and a detail message. | |
UndeclaredThrowableException(Throwable undeclaredThrowable) Constructs an UndeclaredThrowableException with the specified Throwable . |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Class> | getClass() Returns the runtime class of this Object . |
String | getMessage() Returns the detail message string of this throwable. |
Throwable | getUndeclaredThrowable() Returns the Throwable instance wrapped in this UndeclaredThrowableException , which may be null . |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |