Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.micrometer.core.instrument.config.validate.ValidationException
- All Implemented Interfaces:
Serializable
Turns a set of
Validated.Invalid
into a throwable exception, which is used to
throw an unchecked exception at runtime when one or more properties are invalid.- Since:
- 1.5.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
-
Method Details
-
getValidation
-