exception InvocationTargetException in module com::sun::star::reflection::

(Global Index)

Syntax

exception InvocationTargetException : com::sun::star::lang::WrappedTargetException ;

Description

is a checked exception that wraps another exception.

Typically such exceptions are thrown by an invoked method or constructor.

See also

XIdlMethod
Top of Page