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
See also
setMsg()