Overview | Methods | This Package | All Packages
Retrieves both the exception name and description and the stack trace for the specified exception.
Syntax
public static String getExceptionText( Throwable t )
Parameters
t
The exception to retrieve.
Return Value
Returns a string describing the exception.
See Also printException