Package com.typesafe.config
Class ConfigException.UnresolvedSubstitution
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.typesafe.config.ConfigException
-
- com.typesafe.config.ConfigException.Parse
-
- com.typesafe.config.ConfigException.UnresolvedSubstitution
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConfigException
public static class ConfigException.UnresolvedSubstitution extends ConfigException.Parse
Exception indicating that a substitution did not resolve to anything. Thrown byConfig.resolve()
.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description UnresolvedSubstitution(ConfigOrigin origin, java.lang.String detail)
UnresolvedSubstitution(ConfigOrigin origin, java.lang.String detail, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.typesafe.config.ConfigException
origin
-
-
-
-
Constructor Detail
-
UnresolvedSubstitution
public UnresolvedSubstitution(ConfigOrigin origin, java.lang.String detail, java.lang.Throwable cause)
-
UnresolvedSubstitution
public UnresolvedSubstitution(ConfigOrigin origin, java.lang.String detail)
-
-