|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosPropertyService.PropertyException
public final class PropertyException
A PropertyException
is a two tuple of:
<reason, failing_property_name>
.
reason
is an enumeration reflecting one of the
exceptions defined above.
failing_property_name
is a string, which names
the property.
Field Summary | |
---|---|
java.lang.String |
failing_property_name
Struct member failing_property_name |
ExceptionReason |
reason
Struct member reason |
Constructor Summary | |
---|---|
PropertyException()
Default constructor |
|
PropertyException(ExceptionReason reason,
java.lang.String failing_property_name)
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 ExceptionReason reason
public java.lang.String failing_property_name
Constructor Detail |
---|
public PropertyException()
public PropertyException(ExceptionReason reason, java.lang.String failing_property_name)
reason
- reason struct memberfailing_property_name
- failing_property_name struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |