Top   Module   Use   Manual   Index 

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

exception NullPointerException

Base Exception
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
XIdlReflection::forName

Top of Page