exception WrappedTargetException in module com::sun::star::lang::

(Global Index)

Syntax

exception 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

XIndexAccess

See also

XNameAccess

See also

XPropertySet

Field Summary

TargetException The exception is thrown by the target.

Field Details



TargetException

Syntax

any TargetException;

Description

The exception is thrown by the target.

Top of Page