getMsg()

Retrieves the message text from an exception-detail object.

Syntax

public String getMsg();

Parameters

None.

Return values

A String object that contains the message text from the current exception-detail object.

Exceptions

None.

See also

setMsg()

Copyright IBM Corporation 1997, 2004. All Rights Reserved.