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

exception RuntimeException
Base Hierarchy
RuntimeExceptionException
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 Exception Types
3.4.2 Professional UNO - UNO Language Bindings - C++ Language Binding - Exception Handling in C++
3.4.2 Professional UNO - UNO Language Bindings - C++ Language Binding - Exception Handling
3.4.3.5 Professional UNO - UNO Language Bindings - Automation Bridge - Type Mappings - Exceptions and Errorcodes

Top of Page