public static class ConfigException.ValidationFailed extends ConfigException
Config.checkValid(com.typesafe.config.Config, java.lang.String...) found validity
problems. The problems are available via the problems() method.
The getMessage() of this exception is a potentially very
long string listing all the problems found.ConfigException.BadBean, ConfigException.BadPath, ConfigException.BadValue, ConfigException.BugOrBroken, ConfigException.Generic, ConfigException.IO, ConfigException.Missing, ConfigException.NotResolved, ConfigException.Null, ConfigException.Parse, ConfigException.UnresolvedSubstitution, ConfigException.ValidationFailed, ConfigException.ValidationProblem, ConfigException.WrongType| Constructor and Description |
|---|
ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<ConfigException.ValidationProblem> |
problems() |
originpublic ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems)
public java.lang.Iterable<problems()