Class ParseCancelled

All Implemented Interfaces:
Serializable

public class ParseCancelled extends RuntimeException
Thrown from the parser if the thread interrupt status is set. We don't want to deal with a checked exception from generated code, so we'll just use this, which can be thrown freely.
See Also:
  • Constructor Details

    • ParseCancelled

      public ParseCancelled()