Class QueryParserException

  • All Implemented Interfaces:
    Serializable

    public class QueryParserException
    extends Exception
    A parse exception. Different compiler-compilers and different parsers will generate during QueryParser.parse(String) different exceptions, which should be wrapped into an instance of this class for uniform treatment.
    See Also:
    Serialized Form
    • Constructor Detail

      • QueryParserException

        public QueryParserException​(Throwable cause)
      • QueryParserException

        public QueryParserException​(String msg)