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.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 | Description |
---|---|
ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Iterable<ConfigException.ValidationProblem> |
problems() |
origin
public ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems)
public java.lang.Iterable<ConfigException.ValidationProblem> problems()