org.hibernate.hql.internal.ast
Class QuerySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.hql.internal.ast.QuerySyntaxException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidWithClauseException
public class QuerySyntaxException
- extends QueryException
Exception thrown when there is a syntax error in the HQL.
- See Also:
- Serialized Form
QuerySyntaxException
public QuerySyntaxException(String message)
QuerySyntaxException
public QuerySyntaxException(String message,
String hql)
convert
public static QuerySyntaxException convert(antlr.RecognitionException e)
convert
public static QuerySyntaxException convert(antlr.RecognitionException e,
String hql)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.