Package io.smallrye.config
Class ConfigValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.smallrye.config.ConfigValidationException
- All Implemented Interfaces:
Serializable
An exception which is thrown when a configuration validation problem occurs.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newConfigurationValidationExceptioninstance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigValidationException
Constructs a newConfigurationValidationExceptioninstance.- Parameters:
problems- the reported problems
-
-
Method Details
-
getProblemCount
public int getProblemCount() -
getProblem
-