org.eobjects.metamodel.query.parser
Class QueryParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eobjects.metamodel.MetaModelException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.