Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » hql » ast » [javadoc | source]
org.hibernate.hql.ast
public class: QuerySyntaxException [javadoc | source]
java.lang.Object
   org.hibernate.QueryException
      org.hibernate.hql.ast.QuerySyntaxException

Direct Known Subclasses:
    InvalidWithClauseException

Exception thrown when there is a syntax error in the HQL.
Constructor:
 public QuerySyntaxException(String message) 
 public QuerySyntaxException(String message,
    String hql) 
Method from org.hibernate.hql.ast.QuerySyntaxException Summary:
convert,   convert
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.hql.ast.QuerySyntaxException Detail:
 public static QuerySyntaxException convert(RecognitionException e) 
 public static QuerySyntaxException convert(RecognitionException e,
    String hql)