June 1997
Intermediate to advanced
318 pages
8h 17m
English
Class java.beans.IntrospectionException
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.
public class IntrospectionException extends Exception
{
// constructors
public IntrospectionException(String mess);
}
EventSetDescriptor,
IndexedPropertyDescriptor,
Introspector,
Property-Descriptor
Read now
Unlock full access