Package com.typesafe.config
Class ConfigException.WrongType
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.typesafe.config.ConfigException
com.typesafe.config.ConfigException.WrongType
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConfigException
Exception indicating that the type of a value does not match the type you
requested.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.typesafe.config.ConfigException
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 Summary
ConstructorsConstructorDescriptionWrongType
(ConfigOrigin origin, String message) WrongType
(ConfigOrigin origin, String path, String expected, String actual) WrongType
(ConfigOrigin origin, String message, Throwable cause) -
Method Summary
Methods inherited from class com.typesafe.config.ConfigException
origin
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongType
-
WrongType
-
WrongType
-
WrongType
-