com.hp.hpl.jena.sparql.sse
Class SSEParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.sparql.ARQException
                      extended by com.hp.hpl.jena.sparql.sse.SSEParseException
All Implemented Interfaces:
Serializable

public class SSEParseException
extends ARQException

See Also:
Serialized Form

Constructor Summary
SSEParseException(int line, int column)
           
SSEParseException(String msg, int line, int column)
           
SSEParseException(String msg, Throwable cause, int line, int column)
           
SSEParseException(Throwable cause, int line, int column)
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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