LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
IllegalArgumentException Exception Referencepublished

This exception is thrown to indicate that a method has passed an illegal or inappropriate argument. More...

import <IllegalArgumentException.idl;

Inheritance diagram for IllegalArgumentException:
RuntimeException Exception

Public Attributes

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

Detailed Description

This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.

Member Data Documentation

◆ ArgumentPosition

short ArgumentPosition

identifies the position of the illegal argument.

This field is -1 if the position is not known.


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