Class ParseCancelled

  • All Implemented Interfaces:
    java.io.Serializable

    public class ParseCancelled
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParseCancelled()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseCancelled

        public ParseCancelled()