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:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseCancelled
public ParseCancelled()
-