org.springframework.orm.hibernate
Class HibernateQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.dao.DataAccessException
                      extended byorg.springframework.dao.InvalidDataAccessResourceUsageException
                          extended byorg.springframework.orm.hibernate.HibernateQueryException
All Implemented Interfaces:
Serializable

public class HibernateQueryException
extends InvalidDataAccessResourceUsageException

Hibernate-specific subclass of InvalidDataAccessResourceUsageException, thrown on invalid HQL query syntax.

Since:
13.10.2003
Author:
Juergen Hoeller
See Also:
SessionFactoryUtils.convertHibernateAccessException(net.sf.hibernate.HibernateException), Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
HibernateQueryException(QueryException ex)
           
 
Method Summary
 String getQueryString()
          Return the HQL query string that was invalid.
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HibernateQueryException

public HibernateQueryException(QueryException ex)
Method Detail

getQueryString

public String getQueryString()
Return the HQL query string that was invalid.



Copyright (C) 2003-2004 The Spring Framework Project.