:: com :: sun :: star :: lang ::

exception IllegalArgumentException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-IllegalArgumentException
Description
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.

Elements' Summary
ArgumentPosition identifies the position of the illegal argument.  
Elements' Details
ArgumentPosition
short ArgumentPosition;
Description
identifies the position of the illegal argument.

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

Top of Page