Class InterpretationException

  • All Implemented Interfaces:
    Serializable

    public class InterpretationException
    extends QueryException
    Represents a general uncaught problem performing the interpretation. This might indicate a semantic (user sqm) problem or a bug in the parser.
    See Also:
    Serialized Form
    • Constructor Detail

      • InterpretationException

        public InterpretationException​(String query)
      • InterpretationException

        public InterpretationException​(String query,
                                       Exception cause)