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

exception NoSuchElementException
Base Hierarchy
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, XEnumeration::nextElement

Top of Page