exception CannotConvertException in module com::sun::star::script::

(Global Index)

Syntax

exception CannotConvertException : com::sun::star::uno::Exception ;

Description

is thrown to indicate that a type conversion can not be performed.

Field Summary

DestinationTypeClass contains the class of the type to which the value should be converted.

Reason contains the reason that the conversion failed.

ArgumentIndex If the conversion of a method argument fails, this is the index of the value in the "IN" argument list. [optional]

Field Details



DestinationTypeClass

Syntax

com::sun::star::uno::TypeClass DestinationTypeClass;

Description

contains the class of the type to which the value should be converted.


Reason

Syntax

long Reason;

Description

contains the reason that the conversion failed.


ArgumentIndex

Syntax

long ArgumentIndex;

Description

If the conversion of a method argument fails, this is the index of the value in the "IN" argument list. [optional]

Top of Page