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 does not fit in the range of the 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 to 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 none of the other reasons match. |
NO_DEFAULT_AVAILABLE | |
UNKNOWN | |
Field Details |
|||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.