Package jakarta.validation
Class ConstraintDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.validation.ValidationException
jakarta.validation.ConstraintDeclarationException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 UnexpectedTypeException
Exception raised if a constraint declaration is not legal.
- Author:
 - Emmanuel Bernard
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstraintDeclarationException(String message) ConstraintDeclarationException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConstraintDeclarationException
 - 
ConstraintDeclarationException
public ConstraintDeclarationException() - 
ConstraintDeclarationException
 - 
ConstraintDeclarationException
 
 -