:: 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
::com::sun::star::container::XEnumeration
See also
::com::sun::star::container::XEnumeration::nextElement

Top of Page