Name

Class java.beans.IntrospectionException

Description

This exception is thrown when an exception occurs during the introspection of a Bean. Some causes are not being able to map a class name to a Class object, or specifying a method with a type signature that does not map to its intended use.

Class Definition

public class IntrospectionException extends Exception 
{
   // constructors
   public IntrospectionException(String mess);
}

See Also

EventSetDescriptor, IndexedPropertyDescriptor, Introspector, Property-Descriptor

Get Developing Java Beans now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.