Class QueryParserException

All Implemented Interfaces:
Serializable

public class QueryParserException extends OWLPersistenceException
Exception thrown when an error occurs when parsing a query.
See Also:
  • Constructor Details

    • QueryParserException

      public QueryParserException(String message, Throwable cause)
    • QueryParserException

      public QueryParserException(String message)
    • QueryParserException

      public QueryParserException(Throwable cause)