Java java.lang.reflect UndeclaredThrowableException fields, constructors, methods, implement or subclass

Example usage for Java java.lang.reflect UndeclaredThrowableException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.reflect UndeclaredThrowableException.

The text is from its open source code.

Constructor

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 .

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetMessage()
Returns the detail message string of this throwable.
ThrowablegetUndeclaredThrowable()
Returns the Throwable instance wrapped in this UndeclaredThrowableException , which may be null .
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.