java.beans
Class IntrospectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.beans.IntrospectionException
- All Implemented Interfaces:
- Serializable
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
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IntrospectionException
public IntrospectionException(String msg)
- Instantiate this exception with the given message.
- Parameters:
msg
- the message for the exception