org.omg.CosTrading.LookupPackage
Class IllegalPreference

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

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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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