org.hibernate.hql.ast
Class QuerySyntaxError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.exception.NestableRuntimeException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.hql.ast.QuerySyntaxError
- All Implemented Interfaces:
- Nestable, Serializable
- public class QuerySyntaxError
- extends QueryException
Exception thrown when there is a syntax error in the HQL.
- Author:
- josh Dec 5, 2004 7:22:54 PM
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.exception.NestableRuntimeException |
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
QuerySyntaxError
public QuerySyntaxError(antlr.RecognitionException e)
QuerySyntaxError
public QuerySyntaxError(antlr.RecognitionException e,
String hql)