getException() method

Returns the exception if it is set.

Syntax

public abstract Exception getException ()

Parameters

Returns

The exception stored in RequestStateElement.

Example 1

RequestStateElement element; element.getException();