Class TokenIterator.RecoverableJsonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.drill.exec.store.easy.json.parser.TokenIterator.RecoverableJsonException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TokenIterator
Internal exception to unwind the stack when a syntax
error is detected within a record. Allows for recovery.
- 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
-
RecoverableJsonException
public RecoverableJsonException()
-