| Class | Description |
|---|---|
| InvalidValueHelper |
The helper operations for the exception
InvalidValue. |
| TypeMismatchHelper |
The helper operations for the exception
TypeMismatch. |
| Exception | Description |
|---|---|
| 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.
|