specifies the possible failure types when using the com::sun::star::beans::XTolerantMultiPropertySet interface. More...
| Variables | |
| const short | SUCCESS = 0 | 
| the property has been successfully set or retrieved. | |
| const short | UNKNOWN_PROPERTY = 1 | 
| the property is not available. | |
| const short | ILLEGAL_ARGUMENT = 2 | 
| the value used with the property is not valid. | |
| const short | PROPERTY_VETO = 3 | 
| the property could not be changed at that time. | |
| const short | WRAPPED_TARGET = 4 | 
| a com::sun::star::lang::WrappedTargetException did occur. | |
| const short | UNKNOWN_FAILURE = 5 | 
| the operation failed and the reason is not known. | |
specifies the possible failure types when using the com::sun::star::beans::XTolerantMultiPropertySet interface.
It usually matches one of the exception types that may occur when using the com::sun::star::beans::XPropertySet or com::sun::star::beans::XMultiPropertySet interfaces.
| const short ILLEGAL_ARGUMENT = 2 | 
the value used with the property is not valid.
For example if a com::sun::star::lang::IllegalArgumentException was caught.
| const short PROPERTY_VETO = 3 | 
the property could not be changed at that time.
For example if a com::sun::star::beans::PropertyVetoException was caught.
| const short SUCCESS = 0 | 
the property has been successfully set or retrieved.
| const short UNKNOWN_FAILURE = 5 | 
the operation failed and the reason is not known.
| const short UNKNOWN_PROPERTY = 1 | 
the property is not available.
For example if a com::sun::star::beans::UnknownPropertyException was caught.
| const short WRAPPED_TARGET = 4 | 
a com::sun::star::lang::WrappedTargetException did occur.