exception property

RecognitionException<IntStream>? exception
getter/setter pair

The exception that forced this rule to return. If the rule successfully completed, this is null.

Implementation

RecognitionException? exception;