exception IllegalArgumentException in module com::sun::star::lang::

(Global Index)

Syntax

exception IllegalArgumentException : com::sun::star::uno::Exception ;

Description

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

Field Summary

ArgumentPosition identifies the position of the illegal argument.

Field Details



ArgumentPosition

Syntax

short ArgumentPosition;

Description

identifies the position of the illegal argument.

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

Top of Page