Class TurtleParseException

All Implemented Interfaces:
Serializable

public class TurtleParseException extends JenaException
QueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.
See Also:
  • Constructor Details

    • TurtleParseException

      public TurtleParseException()
    • TurtleParseException

      public TurtleParseException(Throwable cause)
    • TurtleParseException

      public TurtleParseException(String msg)
    • TurtleParseException

      public TurtleParseException(String msg, Throwable cause)