Retrieves both the exception name and description and the stack trace for the specified exception.
public static String getExceptionText( Throwable t )
t
The exception to retrieve.
Returns a string describing the exception.
See Also printException