Top   Module   Use   Manual   Index 

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

exception InvocationTargetException

Base Exception
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