Serialized Form


Package org.apache.log4j

Class org.apache.log4j.Level extends Priority implements Serializable

serialVersionUID: 3491141966387921974L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Custom deserialization of Level.

Throws:
IOException - if IO exception.
ClassNotFoundException - if class not found.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialize level.

Throws:
IOException - if exception during serialization.

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolved deserialized level to one of the stock instances. May be overriden in classes derived from Level.

Throws:
ObjectStreamException - if exception during resolution.

Package org.apache.log4j.config

Class org.apache.log4j.config.PropertySetterException extends Exception implements Serializable

serialVersionUID: -1352613734254235861L

Serialized Fields

rootCause

Throwable rootCause



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.