Package org.omg.DynamicAny.DynAnyPackage

Contains several exceptions that may be thrown during the operations on DynAny and derived classes.

Class Summary

InvalidValueHelper The helper operations for the exception InvalidValue.
TypeMismatchHelper The helper operations for the exception TypeMismatch.

Exception Summary

InvalidValue Raised when the operation on DynAny cannot be performed because one of the parameters, while having the correct type, has the invalid value.
TypeMismatch Raised when the operation cannot be performed because the involved data structure has the mismatching typecode.
Contains several exceptions that may be thrown during the operations on DynAny and derived classes. Includes helpers, providing helper operations for these exceptions.