:: com :: sun :: star :: reflection ::

exception InvocationTargetException
Base Hierarchy
::com::sun::star::uno::Exception
 |
 +-::com::sun::star::lang::WrappedTargetException
    |
    +-InvocationTargetException
Description
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon using invocation API.
See also
XIdlMethod

Top of Page