setException(final Exception) method

Sets the exception.

Syntax

public abstract void setException (final Exception aException)

Parameters

Returns

None

Example 1

RequestStateElement element; element.setException(new Exception());