Serialized Form


Package org.apache.commons.beanutils

Class org.apache.commons.beanutils.ConversionException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause
The root cause of this ConversionException, compatible with JDK 1.4's extensions to java.lang.Throwable.

Class org.apache.commons.beanutils.DynaProperty implements Serializable

Serialized Fields

name

java.lang.String name
The name of this property.


type

java.lang.Class type
The Java class representing the data type of the underlying property values.



Copyright (c) 2001-2002 - Apache Software Foundation