java.beans
Class IntrospectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IntrospectionException(String msg)
          Instantiate this exception with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntrospectionException

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

Parameters:
msg - the message for the exception