| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
RuntimeExceptionorg.hibernate.exception.NestableRuntimeExceptionorg.hibernate.HibernateExceptionorg.hibernate.QueryExceptionorg.hibernate.hql.ast.QuerySyntaxExceptionorg.hibernate.hql.ast.InvalidWithClauseExceptionpublic class InvalidWithClauseExceptionextends QuerySyntaxExceptionField Summary |
Fields inherited from class org.hibernate.exception.NestableRuntimeException | |
delegate | |
Constructor Summary | |
| |
| |
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 | |
public InvalidWithClauseException(String message)
Constructs a newNestableRuntimeExceptionwith specified detail message.
- Parameters:
public InvalidWithClauseException(String message,
String queryString)