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

exception NotInitializedException
Base Hierarchy
NotInitializedException
 ┗ ::com::sun::star::uno::RuntimeException
    ┗ ::com::sun::star::uno::Exception
Description
is thrown when a component is attempted to be used before it was completely constructed.

Top of Page