|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CosNotification.PropertyError
public final class PropertyError
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 | |
|---|---|
PropertyRange |
available_range
Struct member available_range |
QoSError_code |
code
Struct member code |
java.lang.String |
name
Struct member name |
| Constructor Summary | |
|---|---|
PropertyError()
Default constructor |
|
PropertyError(QoSError_code code,
java.lang.String name,
PropertyRange available_range)
Constructor with fields initialization |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public QoSError_code code
public java.lang.String name
public PropertyRange available_range
| Constructor Detail |
|---|
public PropertyError()
public PropertyError(QoSError_code code,
java.lang.String name,
PropertyRange available_range)
code - code struct membername - name struct memberavailable_range - available_range struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||