org.omg.CosNotifyFilter
Class InvalidValue

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.omg.CORBA.UserException
              extended byorg.omg.CosNotifyFilter.InvalidValue
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class InvalidValue
extends UserException

Generated from IDL definition of exception "InvalidValue"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ConstraintExp constr
           
 Any value
           
 
Constructor Summary
InvalidValue()
           
InvalidValue(ConstraintExp constr, Any value)
           
InvalidValue(java.lang.String _reason, ConstraintExp constr, Any value)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

constr

public ConstraintExp constr

value

public Any value
Constructor Detail

InvalidValue

public InvalidValue()

InvalidValue

public InvalidValue(java.lang.String _reason,
                    ConstraintExp constr,
                    Any value)

InvalidValue

public InvalidValue(ConstraintExp constr,
                    Any value)