Package org.apache.jena.riot
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:
java.io.Serializable
public class RiotParseException extends RiotException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RiotParseException(java.lang.String msg, long line, long column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCol()longgetLine()java.lang.StringgetOriginalMessage()
-