org.omg.CosTrading

Class MissingMandatoryProperty

public final class MissingMandatoryProperty extends UserException

Exception definition: MissingMandatoryProperty.

Author: OpenORB Compiler

Field Summary
Stringname
Exception member name
Stringtype
Exception member type
Constructor Summary
MissingMandatoryProperty()
Default constructor
MissingMandatoryProperty(String type, String name)
Constructor with fields initialization
MissingMandatoryProperty(String orb_reason, String type, String name)
Full constructor with fields initialization

Field Detail

name

public String name
Exception member name

type

public String type
Exception member type

Constructor Detail

MissingMandatoryProperty

public MissingMandatoryProperty()
Default constructor

MissingMandatoryProperty

public MissingMandatoryProperty(String type, String name)
Constructor with fields initialization

Parameters: type type exception member name name exception member

MissingMandatoryProperty

public MissingMandatoryProperty(String orb_reason, String type, String name)
Full constructor with fields initialization

Parameters: type type exception member name name exception member