3 exception InternalErrorA
6 exception InternalErrorB
12 // Sender/Receiver interface
15 attribute MyType rw_attrib_mytype
16 getraises
(InternalErrorA
)
17 setraises
(InternalErrorB
);
19 attribute
short rw_attrib
20 getraises
(InternalErrorA
)
21 setraises
(InternalErrorB
);
23 attribute
short rw_attrib_reverted
24 getraises
(InternalErrorB
)
25 setraises
(InternalErrorA
);
27 attribute
short rw_attribB
28 getraises
(InternalErrorB
);
30 readonly attribute
short ro_attrib
31 raises
(InternalErrorB
);