Class RiotParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.riot.RiotException
org.apache.jena.riot.RiotParseException
All Implemented Interfaces:
Serializable

public class RiotParseException extends RiotException
See Also:
  • Constructor Details

    • RiotParseException

      public RiotParseException(String msg, long line, long column)
  • Method Details

    • getLine

      public long getLine()
    • getCol

      public long getCol()
    • getOriginalMessage

      public String getOriginalMessage()