org.hibernate.hql.ast

Class InvalidWithClauseException

Implemented Interfaces:
Nestable

public class InvalidWithClauseException
extends QuerySyntaxException

Author:
Steve Ebersole

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

InvalidWithClauseException(String message)
Constructs a new NestableRuntimeException with specified detail message.
InvalidWithClauseException(String message, String queryString)

Method Summary

Methods inherited from class org.hibernate.hql.ast.QuerySyntaxException

convert, convert

Methods inherited from class org.hibernate.QueryException

getMessage, getQueryString, setQueryString

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

InvalidWithClauseException

public InvalidWithClauseException(String message)
Constructs a new NestableRuntimeException with specified detail message.
Parameters:

InvalidWithClauseException

public InvalidWithClauseException(String message,
                                  String queryString)