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 class IntrospectionException extends Exception { // Public Constructor public IntrospectionException(String mess); }
Object->Throwable(Serializable)->Exception->IntrospectionException
EventSetDescriptor(), IndexedPropertyDescriptor(), Introspector.getBeanInfo(), PropertyDescriptor()