org.omg.CosPropertyService
Class PropertyException
java.lang.Object
|
+--org.omg.CosPropertyService.PropertyException
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class PropertyException
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reason
public ExceptionReason reason
- Struct member reason
failing_property_name
public java.lang.String failing_property_name
- Struct member failing_property_name
PropertyException
public PropertyException()
- Default constructor
PropertyException
public PropertyException(ExceptionReason reason,
java.lang.String failing_property_name)
- Constructor with fields initialization
- Parameters:
reason - reason struct memberfailing_property_name - failing_property_name struct member