Package org.springframework.shell
Class ParameterValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.shell.ParameterValidationException
- All Implemented Interfaces:
Serializable
Thrown when one or more parameters fail bean validation constraints.
- See Also:
-
Constructor Summary
ConstructorDescriptionParameterValidationException
(Set<jakarta.validation.ConstraintViolation<Object>> constraintViolations) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterValidationException
-
-
Method Details
-
getConstraintViolations
-