public class java.beans
IntrospectionException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Thrown when an exception happens during Introspection.

Typical causes include not being able to map a string class name to a Class object, not being able to resolve a string method name, or specifying a method name that has the wrong type signature for its intended use.


Constructors
public IntrospectionException(String mess)
Constructs an IntrospectionException with a detailed message.
messDescriptive message