org.omg.CosTrading

Class PropertyTypeMismatch

public final class PropertyTypeMismatch extends UserException

Exception definition: PropertyTypeMismatch.

Author: OpenORB Compiler

Field Summary
Propertyprop
Exception member prop
Stringtype
Exception member type
Constructor Summary
PropertyTypeMismatch()
Default constructor
PropertyTypeMismatch(String type, Property prop)
Constructor with fields initialization
PropertyTypeMismatch(String orb_reason, String type, Property prop)
Full constructor with fields initialization

Field Detail

prop

public Property prop
Exception member prop

type

public String type
Exception member type

Constructor Detail

PropertyTypeMismatch

public PropertyTypeMismatch()
Default constructor

PropertyTypeMismatch

public PropertyTypeMismatch(String type, Property prop)
Constructor with fields initialization

Parameters: type type exception member prop prop exception member

PropertyTypeMismatch

public PropertyTypeMismatch(String orb_reason, String type, Property prop)
Full constructor with fields initialization

Parameters: type type exception member prop prop exception member