21module
com { module sun { module star { module script { module vba {
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
Definition XVBAModuleInfo.idl:24
void insertModuleInfo([in] string ModuleName, [in] com::sun::star::script::ModuleInfo ModuleInfo)
void removeModuleInfo([in] string ModuleName)
boolean hasModuleInfo([in] string ModuleName)
com::sun::star::script::ModuleInfo getModuleInfo([in] string ModuleName)
Definition Ambiguous.idl:20
Definition ModuleInfo.idl:22