update dev300-m58
[ooovba.git] / idlc / test / exception.idl
blobd527301687f31a5cd61d5b62aaa74e69c4693420
1 module idlc
3 module test
6 exception BaseException
8 string Description;
9 };
11 exception RuntimeException : BaseException
13 long Id;
14 type Context;