Serialized Form


Package com.typesafe.config

Class com.typesafe.config.ConfigException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.typesafe.config.ConfigException.BadPath extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.BadValue extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.BugOrBroken extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.Generic extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.IO extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.Missing extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.NotResolved extends ConfigException.BugOrBroken implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.Null extends ConfigException.Missing implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.Parse extends ConfigException implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.UnresolvedSubstitution extends ConfigException.Parse implements Serializable

serialVersionUID: 1L

Class com.typesafe.config.ConfigException.ValidationFailed extends ConfigException implements Serializable

serialVersionUID: 1L

Serialized Fields

problems

java.lang.Iterable<T> problems

Class com.typesafe.config.ConfigException.WrongType extends ConfigException implements Serializable

serialVersionUID: 1L