org.eobjects.metamodel.query.parser
Class QueryParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eobjects.metamodel.MetaModelException
                  extended by org.eobjects.metamodel.query.parser.QueryParserException
All Implemented Interfaces:
Serializable

public class QueryParserException
extends MetaModelException

Subtype of MetaModelException which indicate a problem in parsing a query passed to the QueryParser.

See Also:
Serialized Form

Constructor Summary
QueryParserException()
           
QueryParserException(Exception cause)
           
QueryParserException(String message)
           
QueryParserException(String message, Exception 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()

QueryParserException

public QueryParserException(Exception cause)

QueryParserException

public QueryParserException(String message,
                            Exception cause)

QueryParserException

public QueryParserException(String message)


Copyright © 2007-2013. All Rights Reserved.