Package oracle.nosql.driver
Class JsonParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.nosql.driver.NoSQLException
oracle.nosql.driver.JsonParseException
- All Implemented Interfaces:
- Serializable
An exception indicating a problem parsing JSON. This exception encapsulates
 both illegal JSON as well as 
IOException errors during parsing. If
 available the location in the JSON document is provided.- See Also:
- 
Method SummaryMethods inherited from class oracle.nosql.driver.NoSQLExceptionokToRetryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Method Details- 
getColumnpublic int getColumn()Returns the column number of the error within a line if available, otherwise a negative number is returned.- Returns:
- the column, or -1
 
- 
getLinepublic int getLine()Returns the line number of the error within a line if available, otherwise a negative number is returned.- Returns:
- the line, or -1
 
- 
toString
 
-