Serialized Form


Package com.typesafe.config

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
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

Iterable<T> problems

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

serialVersionUID: 1L