Debug.getExceptionText

Overview | Methods | This Package | All 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