|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.typesafe.config.ConfigException
com.typesafe.config.ConfigException.ValidationFailed
public static class ConfigException.ValidationFailed
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.typesafe.config.ConfigException |
---|
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 Summary | |
---|---|
ConfigException.ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems)
|
Method Summary | |
---|---|
java.lang.Iterable<ConfigException.ValidationProblem> |
problems()
|
Methods inherited from class com.typesafe.config.ConfigException |
---|
origin |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigException.ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems)
Method Detail |
---|
public java.lang.Iterable<ConfigException.ValidationProblem> problems()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |