Class ShexParseException

All Implemented Interfaces:
Serializable

public class ShexParseException extends 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)