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:
Serializable

public class ShexParseException extends org.apache.jena.shared.JenaException
See Also:
  • Constructor Details

    • ShexParseException

      public ShexParseException(String msg)
    • ShexParseException

      public ShexParseException(Throwable cause, int line, int column)
    • ShexParseException

      public ShexParseException(String msg, int line, int column)
    • ShexParseException

      public ShexParseException(String msg, Throwable cause, int line, int column)
  • 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

      public static String formatMessage(String msg, int line, int column)