:: com :: sun :: star :: container ::

exception NoSuchElementException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-NoSuchElementException
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