Serialized Form


Package org.apache.commons.lang

Class org.apache.commons.lang.SerializationException implements Serializable


Package org.apache.commons.lang.exception

Class org.apache.commons.lang.exception.NestableException implements Serializable

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.

cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.

Class org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Serialized Fields

delegate

NestableDelegate delegate
The helper instance which contains much of the code which we delegate to.

cause

java.lang.Throwable cause
Holds the reference to the exception or error that caused this exception to be thrown.



Copyright (c) 2001-2002 - Apache Software Foundation