org.omg.CosTrading.LookupPackage

Class IllegalPreference

public final class IllegalPreference extends UserException

If a preference does not obey the syntax rules for a legal preference expression, then an IllegalPreference exception is raised.
Field Summary
Stringpref
Exception member pref
Constructor Summary
IllegalPreference()
Default constructor
IllegalPreference(String pref)
Constructor with fields initialization
IllegalPreference(String orb_reason, String pref)
Full constructor with fields initialization

Field Detail

pref

public String pref
Exception member pref

Constructor Detail

IllegalPreference

public IllegalPreference()
Default constructor

IllegalPreference

public IllegalPreference(String pref)
Constructor with fields initialization

Parameters: pref pref exception member

IllegalPreference

public IllegalPreference(String orb_reason, String pref)
Full constructor with fields initialization

Parameters: pref pref exception member