Class QueryParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- it.unimi.di.big.mg4j.query.parser.QueryParserException
-
- All Implemented Interfaces:
Serializable
public class QueryParserException extends Exception
A parse exception. Different compiler-compilers and different parsers will generate duringQueryParser.parse(String)
different exceptions, which should be wrapped into an instance of this class for uniform treatment.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryParserException(String msg)
QueryParserException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-