Package io.deephaven.lang.api
Class ParseCancelled
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.deephaven.lang.api.ParseCancelled
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseCancelled extends java.lang.RuntimeExceptionThrown 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()
-