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:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShexParseException
(String msg) ShexParseException
(String msg, int line, int column) ShexParseException
(String msg, Throwable cause, int line, int column) ShexParseException
(Throwable cause, int line, int column) -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatMessage
(String msg, int line, int column) int
Column number where the parse exception occurred.int
getLine()
Line number where the parse exception occurred.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShexParseException
-
ShexParseException
-
ShexParseException
-
ShexParseException
-
-
Method Details
-
getColumn
public int getColumn()Column number where the parse exception occurred. -
getLine
public int getLine()Line number where the parse exception occurred. -
formatMessage
-