org.openjena.riot
Class RiotParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openjena.riot.RiotException
                  extended by org.openjena.riot.RiotParseException
All Implemented Interfaces:
Serializable

public class RiotParseException
extends RiotException

See Also:
Serialized Form

Constructor Summary
RiotParseException(String msg, long line, long column)
           
 
Method Summary
 long getCol()
           
 long getLine()
           
 String getOriginalMessage()
           
 
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

RiotParseException

public RiotParseException(String msg,
                          long line,
                          long column)
Method Detail

getLine

public long getLine()

getCol

public long getCol()

getOriginalMessage

public String getOriginalMessage()


Licenced under the Apache License, Version 2.0