Class QueryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidQueryException

public class QueryException extends OntopiaException
PUBLIC: Common super-exception for all exceptions thrown by the query engine.
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String msg)
    • QueryException

      public QueryException(Throwable cause)
    • QueryException

      public QueryException(String msg, Throwable cause)