home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Java in a Nutshell

Previous Chapter 23
The java.beans Package
Next
 

23.8 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 class IntrospectionException extends Exception {
    // Public Constructor
            public IntrospectionException(String mess);
}

Hierarchy:

Object->Throwable(Serializable)->Exception->IntrospectionException

Thrown By:

EventSetDescriptor(), IndexedPropertyDescriptor(), Introspector.getBeanInfo(), PropertyDescriptor()


Previous Home Next
java.beans.IndexedPropertyDescriptor (JDK 1.1) Book Index java.beans.Introspector (JDK 1.1)

Java in a Nutshell Java Language Reference Java AWT Java Fundamental Classes Exploring Java