LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
RuntimeException Exception Referencepublished

This exception or a subclass can occur at every interface method. More...

import"RuntimeException.idl";

Inheritance diagram for RuntimeException:
Exception GridInvalidDataException GridInvalidModelException CorruptedConfigurationException InvalidDNDOperationException CorruptedFilterConfigurationException DisposedException IllegalArgumentException NotInitializedException WrappedTargetRuntimeException MissingResourceException NoMasterException DeploymentException SecurityException

Additional Inherited Members

- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed 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
Professional UNO - C++ - Exception Handling in C++
Professional UNO - Basic - Exception Handling
Professional UNO - Java - Mapping of Exception Types
Professional UNO - Bridge - Exceptions and Errorcodes
Professional UNO - Exception Handling

The documentation for this exception was generated from the following file: