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.