Serialized Form


Package org.baswell.easybeans

Class org.baswell.easybeans.InvalidEasyBeanAnnotation extends org.baswell.easybeans.EasyBeanException implements Serializable

Serialized Fields

annotatedClass

java.lang.Class<T> annotatedClass
The annotated class that caused this exception.

Class org.baswell.easybeans.InvalidEasyBeanNameException extends org.baswell.easybeans.EasyBeanException implements Serializable

Serialized Fields

beanClass

java.lang.Class<T> beanClass

objectName

java.lang.String objectName

Class org.baswell.easybeans.InvalidEasyBeanOpenType extends org.baswell.easybeans.EasyBeanException implements Serializable

Serialized Fields

openTypeClass

java.lang.reflect.Type openTypeClass
The type that caused this exception.

Class org.baswell.easybeans.ObjectNameAlreadyRegistered extends org.baswell.easybeans.EasyBeanException implements Serializable

Serialized Fields

beanClass

java.lang.Class<T> beanClass

objectName

javax.management.ObjectName objectName

Class org.baswell.easybeans.UnexpectedEasyBeanException extends org.baswell.easybeans.EasyBeanException implements Serializable