public class

QuerySyntaxException

extends QueryException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.hibernate.HibernateException
           ↳ org.hibernate.QueryException
             ↳ org.hibernate.hql.ast.QuerySyntaxException
Known Direct Subclasses

Class Overview

Exception thrown when there is a syntax error in the HQL.

Summary

Public Constructors
QuerySyntaxException(String message)
QuerySyntaxException(String message, String hql)
Public Methods
static QuerySyntaxException convert(RecognitionException e)
static QuerySyntaxException convert(RecognitionException e, String hql)
[Expand]
Inherited Methods
From class org.hibernate.QueryException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public QuerySyntaxException (String message)

public QuerySyntaxException (String message, String hql)

Public Methods

public static QuerySyntaxException convert (RecognitionException e)

public static QuerySyntaxException convert (RecognitionException e, String hql)