org.openjena.atlas.json
Class JsonParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openjena.atlas.json.JsonException
org.openjena.atlas.json.JsonParseException
- All Implemented Interfaces:
- Serializable
public class JsonParseException
- extends JsonException
- See Also:
- Serialized Form
Method Summary |
int |
getColumn()
Column number where the parse exception occurred. |
int |
getLine()
Line number where the parse exception occurred. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JsonParseException
public JsonParseException(int line,
int column)
JsonParseException
public JsonParseException(Throwable cause,
int line,
int column)
JsonParseException
public JsonParseException(String msg,
int line,
int column)
JsonParseException
public JsonParseException(String msg,
Throwable cause,
int line,
int column)
getColumn
public int getColumn()
- Column number where the parse exception occurred.
getLine
public int getLine()
- Line number where the parse exception occurred.
Licenced under the Apache License, Version 2.0