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
public class ShexParseException
extends org.apache.jena.shared.JenaException
- 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 StringformatMessage(String msg, int line, int column) intColumn number where the parse exception occurred.intgetLine()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
-