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

exception InvocationTargetException
Base Hierarchy
InvocationTargetException
 ┗ ::com::sun::star::lang::WrappedTargetException
    ┗ ::com::sun::star::uno::Exception
Description
This exception denotes a checked exception (wrapping an originating exception) and may be thrown upon using invocation API.
See also
XIdlMethod
Developers Guide
ProUNO - Bridge - Exceptions and Errorcodes

Top of Page