exception NoSuchElementException in module com::sun::star::container::

(Global Index)

Syntax

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

Description

is thrown by child access methods of collections, if the addressed child does not exist.

See also

XEnumeration

See also

XEnumeration::nextElement
Top of Page