Package org.apache.jena.shex.parser
Class ShexParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.shex.parser.ShexParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ShexParseException extends JenaException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShexParseException(java.lang.String msg)ShexParseException(java.lang.String msg, int line, int column)ShexParseException(java.lang.String msg, java.lang.Throwable cause, int line, int column)ShexParseException(java.lang.Throwable cause, int line, int column)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatMessage(java.lang.String msg, int line, int column)intgetColumn()Column number where the parse exception occurred.intgetLine()Line number where the parse exception occurred.
-
-
-
Constructor Detail
-
ShexParseException
public ShexParseException(java.lang.String msg)
-
ShexParseException
public ShexParseException(java.lang.Throwable cause, int line, int column)
-
ShexParseException
public ShexParseException(java.lang.String msg, int line, int column)
-
ShexParseException
public ShexParseException(java.lang.String msg, java.lang.Throwable cause, int line, int column)
-
-