:: com :: sun :: star :: lang ::

exception WrappedTargetException
Base Hierarchy
WrappedTargetException
 ┗ ::com::sun::star::uno::Exception
Description
This is a checked exception that wraps an exception thrown by the original target.

Normally this exception is declared for generic methods.

See also
::com::sun::star::container::XIndexAccess, ::com::sun::star::container::XNameAccess, ::com::sun::star::beans::XPropertySet

Elements' Summary
TargetException The exception is thrown by the target.  
Elements' Details
TargetException
any TargetException;
Description
The exception is thrown by the target.
Top of Page