API Overview API Index Direct link to this page
JDK 1.6
  Package: org.omg.CORBA.DynAnyPackage
Author(s)
Since
JDK1.2
Version
Serial
exclude
Description
  Provides the exceptions used with the DynAny interface (InvalidValue, Invalid, InvalidSeq, and TypeMismatch).
See also:   
Invalid View Source Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
InvalidSeq View Source The InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid.
InvalidValue View Source
TypeMismatch View Source TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar