java.beans
Class IntrospectionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.beans.IntrospectionException
public class
IntrospectionExceptionextends
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:
IntrospectionException
public IntrospectionException(java.lang.String msg)
Instantiate this exception with the given message.
Parameters: