org.omg.CosNotification

Class PropertyError

public final class PropertyError extends Object implements IDLEntity

This struture symbolizes an error on a Property. It is composed of an ErrorCode, the property name on which the error occurs and the range of available values.
Field Summary
PropertyRangeavailable_range
Struct member available_range
QoSError_codecode
Struct member code
Stringname
Struct member name
Constructor Summary
PropertyError()
Default constructor
PropertyError(QoSError_code code, String name, PropertyRange available_range)
Constructor with fields initialization

Field Detail

available_range

public PropertyRange available_range
Struct member available_range

code

public QoSError_code code
Struct member code

name

public String name
Struct member name

Constructor Detail

PropertyError

public PropertyError()
Default constructor

PropertyError

public PropertyError(QoSError_code code, String name, PropertyRange available_range)
Constructor with fields initialization

Parameters: code code struct member name name struct member available_range available_range struct member