public class IntrospectionException extends 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(Exception ex) |
IntrospectionException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2005–2014 QOS.ch. All rights reserved.