setExpl()

Sets the explanation for the message in the exception-detail object.

Syntax

public void setExpl(String msgExpl);

Parameters

msgExpl
Is a String object that contains the message explanation to assign to the exception-detail object.

Return values

None.

Exceptions

None.

See also

getExpl()

Copyright IBM Corp. 1997, 2004