java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.atlas.json.JsonException
org.apache.jena.atlas.json.JsonParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionJsonParseException
(int line, int column) JsonParseException
(String msg, int line, int column) JsonParseException
(String msg, Throwable cause, int line, int column) JsonParseException
(Throwable cause, int line, int column) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatMessage
(String msg, int line, int column) int
Column number where the parse exception occurred.int
getLine()
Line number where the parse exception occurred.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JsonParseException
public JsonParseException(int line, int column) -
JsonParseException
-
JsonParseException
-
JsonParseException
-
-
Method Details
-
getColumn
public int getColumn()Column number where the parse exception occurred. -
getLine
public int getLine()Line number where the parse exception occurred. -
formatMessage
-