Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.