exception NullPointerException in module com::sun::star::lang::

(Global Index)

Syntax

exception 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

XIdlReflection::forName
Top of Page