com.hp.hpl.jena.sparql.sse
Class SSEParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.sparql.ARQException
com.hp.hpl.jena.sparql.sse.SSEParseException
- All Implemented Interfaces:
- Serializable
public class SSEParseException
- extends ARQException
- 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 |
SSEParseException
public SSEParseException(int line,
int column)
SSEParseException
public SSEParseException(Throwable cause,
int line,
int column)
SSEParseException
public SSEParseException(String msg,
int line,
int column)
SSEParseException
public SSEParseException(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