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

exception NullPointerException
Base Hierarchy
NullPointerException
 ┗ ::com::sun::star::uno::Exception
Description
This exception is thrown when an application attempts to use NULL in a case where an object is required.

Applications should throw instances of this class to indicate other illegal uses of the NULL object.

See also
::com::sun::star::reflection::XIdlReflection::forName

Top of Page