java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.ARQException
org.apache.jena.sparql.sse.SSE_Exception
org.apache.jena.sparql.sse.SSE_ParseException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSSE_ParseException
(int line, int column) SSE_ParseException
(String msg, int line, int column) SSE_ParseException
(String msg, Throwable cause, int line, int column) SSE_ParseException
(Throwable cause, int line, int column) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSE_ParseException
public SSE_ParseException(int line, int column) -
SSE_ParseException
-
SSE_ParseException
-
SSE_ParseException
-
-
Method Details
-
getColumn
public int getColumn()Column number where the parse exception occurred. -
getLine
public int getLine()Line number where the parse exception occurred.
-