org.omg.CosNotifyFilter

Class InvalidValue

public final class InvalidValue extends UserException

Exception definition: InvalidValue.

Author: OpenORB Compiler

Field Summary
ConstraintExpconstr
Exception member constr
Anyvalue
Exception member value
Constructor Summary
InvalidValue()
Default constructor
InvalidValue(ConstraintExp constr, Any value)
Constructor with fields initialization
InvalidValue(String orb_reason, ConstraintExp constr, Any value)
Full constructor with fields initialization

Field Detail

constr

public ConstraintExp constr
Exception member constr

value

public Any value
Exception member value

Constructor Detail

InvalidValue

public InvalidValue()
Default constructor

InvalidValue

public InvalidValue(ConstraintExp constr, Any value)
Constructor with fields initialization

Parameters: constr constr exception member value value exception member

InvalidValue

public InvalidValue(String orb_reason, ConstraintExp constr, Any value)
Full constructor with fields initialization

Parameters: constr constr exception member value value exception member