Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.beans

Class IntrospectionException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.beans.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:Author:See Also:

Constructor Summary

IntrospectionException(java.lang.String msg)

Instantiate this exception with the given message.

Constructor Details

IntrospectionException

public IntrospectionException(java.lang.String msg)

Instantiate this exception with the given message.

Parameters: