Package com.typesafe.config
Class ConfigException.Null
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.typesafe.config.ConfigException
-
- com.typesafe.config.ConfigException.Missing
-
- com.typesafe.config.ConfigException.Null
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConfigException
public static class ConfigException.Null extends ConfigException.Missing
Exception indicates that the setting was treated as missing because it was set to null.- 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 Null(ConfigOrigin origin, java.lang.String path, java.lang.String expected)
Null(ConfigOrigin origin, java.lang.String path, java.lang.String expected, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.typesafe.config.ConfigException
origin
-
-
-
-
Constructor Detail
-
Null
public Null(ConfigOrigin origin, java.lang.String path, java.lang.String expected, java.lang.Throwable cause)
-
Null
public Null(ConfigOrigin origin, java.lang.String path, java.lang.String expected)
-
-