:: com :: sun :: star :: uno ::

exception RuntimeException
Base Hierarchy
Exception
 |
 +-RuntimeException
Description
This exception or a subclass can occur at every interface method.

It shall signal an error, which was not covered by the interface method specification. This exception (or a derived one) is thrown, when for instance an interprocess bridge to the object broke down, some explicitly forbidden invalid parameters were passed ( e.g. null references ) or the called object has been disposed before.

Developers Guide
3.3.7 Professional UNO - UNO Concepts - Exception Handling
3.4.1 Professional UNO - UNO Language Bindings - Java Language Binding - Type Mappings - Mapping of Exceptions
3.4.2 Professional UNO - UNO Language Bindings - UNO C++ Binding - Exception Handling in C++
3.4.3 Professional UNO - UNO Language Bindings - OpenOffice.org Basic - Exception Handling
3.4.4 Professional UNO - UNO Language Bindings - Automation Bridge - Type Mappings - Exceptions and Errorcodes

Top of Page