:: 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.


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