org.omg.CosTrading.LookupPackage
Class IllegalPreference

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CosTrading.LookupPackage.IllegalPreference
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class IllegalPreference
extends org.omg.CORBA.UserException

If a preference does not obey the syntax rules for a legal preference expression, then an IllegalPreference exception is raised.

See Also:
Serialized Form

Field Summary
 java.lang.String pref
          Exception member pref
 
Constructor Summary
IllegalPreference()
          Default constructor
IllegalPreference(java.lang.String pref)
          Constructor with fields initialization
IllegalPreference(java.lang.String orb_reason, java.lang.String pref)
          Full constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pref

public java.lang.String pref
Exception member pref

Constructor Detail

IllegalPreference

public IllegalPreference()
Default constructor


IllegalPreference

public IllegalPreference(java.lang.String pref)
Constructor with fields initialization

Parameters:
pref - pref exception member

IllegalPreference

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

Parameters:
pref - pref exception member