constants group FailReason in module com::sun::star::script:: |
constants group FailReason;
these values are used to specify the reason why a type conversion failed.
Constants Summary |
|
| OUT_OF_RANGE | The given value fits not in the range of destination type. |
| IS_NOT_NUMBER | The given value cannot be converted to a number. |
| IS_NOT_ENUM | The given value cannot be converted to an enumeration. |
| IS_NOT_BOOL | The given value cannot be converted to a boolean. |
| NO_SUCH_INTERFACE | The given value is not an interface or cannot queried to the right interface. |
| SOURCE_IS_NO_DERIVED_TYPE | The given value cannot be converted right structure or exception type. |
| TYPE_NOT_SUPPORTED | The type class of the given value is not supported. |
| INVALID | The given value cannot be converted and no one of the other reasons match. |
| NO_DEFAULT_AVAILABLE | |
| UNKNOWN | |
Field Details |
|||||||||||
[ DEPRECATED ]
[ DEPRECATED ]
|
|||||||||||
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.