DynAny接口例外(
InvalidValue,
Invalid,
InvalidSeq,和
TypeMismatch)。
See: 描述
| 异常 | 描述 |
|---|---|
| Invalid |
无效的被动态的任何操作时不好
DynAny或
Any作为参数传递。
|
| InvalidSeq |
通过动态分析,采取一序列的所有操作是invalidseq抛出异常(java数组)作为参数,当序列是无效的。
|
| InvalidValue | |
| TypeMismatch |
typemismatch被动态的任何访问器方法时的实际内容的类型不匹配,试图访问。
|
DynAny接口例外(
InvalidValue,
Invalid,
InvalidSeq,和
TypeMismatch)。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.