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>.

See Also:
Serialized Form

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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reason

public ExceptionReason reason
Struct member reason

failing_property_name

public java.lang.String failing_property_name
Struct member failing_property_name
Constructor Detail

PropertyException

public PropertyException()
Default constructor

PropertyException

public PropertyException(ExceptionReason reason,
                         java.lang.String failing_property_name)
Constructor with fields initialization
Parameters:
reason - reason struct member
failing_property_name - failing_property_name struct member