java.beans

Class IntrospectionException

public class IntrospectionException extends Exception

IntrospectionException is thrown when the Introspector fails. Typical causes are the inability to map a name to its Class, or specifying a wrong type signature.

Since: 1.1

See Also: Introspector

UNKNOWN: updated to 1.4

Constructor Summary
IntrospectionException(String msg)
Instantiate this exception with the given message.

Constructor Detail

IntrospectionException

public IntrospectionException(String msg)
Instantiate this exception with the given message.

Parameters: msg the message for the exception