it.unimi.di.mg4j.query.parser
Class QueryParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.unimi.di.mg4j.query.parser.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryParserException
public QueryParserException(Throwable cause)
QueryParserException
public QueryParserException(String msg)