java.lang.Object java.lang.Throwable java.lang.Exception org.omg.CORBA.UserException org.omg.CORBA.DynAnyPackage.TypeMismatch
public final class TypeMismatch
动态 any 的访问器方法在实际内容的类型与要试图访问的类型不匹配时抛出 TypeMismatch。
构造方法摘要 | |
---|---|
TypeMismatch() 构造一个 TypeMismatch 对象。 |
|
TypeMismatch(String reason) 构造一个 TypeMismatch 对象。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public TypeMismatch()
TypeMismatch
对象。
public TypeMismatch(String reason)
TypeMismatch
对象。
reason
- 一个
String
,提供关于该异常的更多信息。