java.lang.Object
java.lang.Throwable
java.lang.Exception
java.beans.IntrospectionException
- 所有已实现的接口:
-
Serializable
在内省期间发生异常时抛出。
典型原因包括无法将字符串类名映射到类对象,无法解析字符串方法名,或指定的方法名具有错误的类型签名以供其预期使用。
- 自 JDK 版本:
- 1.1
- 参见:
-
Constructor Summary
-
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntrospectionException
使用详细消息构造一个IntrospectionException
。- 参数:
-
mess
- 描述性消息
-