Package org.hibernate.query
Class ParameterLabelException
-
- All Implemented Interfaces:
Serializable
public class ParameterLabelException extends SemanticException
Indicates a problem with the labelling of query parameters.- Since:
- 6.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterLabelException(String message)
-
Method Summary
-
Methods inherited from class org.hibernate.QueryException
generateQueryException, getMessage, getOriginalMessage, getQueryString, wrapWithQueryString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParameterLabelException
public ParameterLabelException(String message)
-
-