public class IntrospectionException
extends java.lang.RuntimeException
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.
| Constructor and Description |
|---|
IntrospectionException(java.lang.Exception ex) |
IntrospectionException(java.lang.String message) |