Class ConfigException.ValidationFailed

All Implemented Interfaces:
Serializable
Enclosing class:
ConfigException

public static class ConfigException.ValidationFailed extends ConfigException
Exception indicating that 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.
See Also: