Package com.typesafe.config
Class ConfigException.Parse
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.typesafe.config.ConfigException
-
- com.typesafe.config.ConfigException.Parse
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConfigException.UnresolvedSubstitution
- Enclosing class:
- ConfigException
public static class ConfigException.Parse extends ConfigException
Exception indicating that there was a parse error.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description Parse(ConfigOrigin origin, java.lang.String message)
Parse(ConfigOrigin origin, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.typesafe.config.ConfigException
origin
-
-
-
-
Constructor Detail
-
Parse
public Parse(ConfigOrigin origin, java.lang.String message, java.lang.Throwable cause)
-
Parse
public Parse(ConfigOrigin origin, java.lang.String message)
-
-