Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Debug.getExceptionText
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