Package jakarta.validation
Class ValidationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.validation.ValidationException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- ConstraintDeclarationException,- ConstraintDefinitionException,- ConstraintViolationException,- GroupDefinitionException,- NoProviderFoundException,- ValueExtractorDeclarationException,- ValueExtractorDefinitionException
 
 public class ValidationException extends RuntimeException Base exception of all Jakarta Bean Validation "unexpected" problems.- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ValidationException()ValidationException(String message)ValidationException(String message, Throwable cause)ValidationException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-