it.unimi.di.mg4j.query.parser
Class QueryParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
QueryParserException(String msg)
           
QueryParserException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryParserException

public QueryParserException(Throwable cause)

QueryParserException

public QueryParserException(String msg)