Provides a couple of exceptions, thrown by methods in the TypeCode class.
See: Description
| Exception Summary | |
|---|---|
| Invalid | This exception is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter. |
| InvalidSeq |
This exception is thrown by by dynamic any operations when a bad sequence is passed as a parameter.
|
| InvalidValue | This expception in response to insert the inapproriate value into dynamic Any, usually by the DynAny.insert_*(value) method group. |
| TypeMismatch | This exception is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. |
Provides a couple of exceptions, thrown by methods in the TypeCode class.