setException(final Exception) method
Sets the exception.
Syntax
public
void
setException
(
final Exception
aException
)
Parameters
aException
– the exception to be set.
Returns
None
Example 1
RequestStateElement element; element.setException(new Exception());
Parent topic:
RequestStateElement class
Created December 5, 2013.
To comment on this topic, go to:
DocCommentXchange
.