java.beans.IntrospectionException (JDK 1.1)
Signals that introspection on a Java bean could not be completed. Typically this indicates a bug in the way the bean or its associated BeanInfo class is defined.
public classIntrospectionExceptionextends Exception { //Public ConstructorpublicIntrospectionException(Stringmess); }
Hierarchy:
Object->Throwable(Serializable)->Exception->IntrospectionException
Thrown By:
EventSetDescriptor(), IndexedPropertyDescriptor(), Introspector.getBeanInfo(), PropertyDescriptor()