|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CosNotifyFilter.InvalidValue
public final class InvalidValue
Exception definition: InvalidValue.
Field Summary | |
---|---|
ConstraintExp |
constr
Exception member constr |
org.omg.CORBA.Any |
value
Exception member value |
Constructor Summary | |
---|---|
InvalidValue()
Default constructor |
|
InvalidValue(ConstraintExp constr,
org.omg.CORBA.Any value)
Constructor with fields initialization |
|
InvalidValue(java.lang.String orb_reason,
ConstraintExp constr,
org.omg.CORBA.Any value)
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 |
---|
public ConstraintExp constr
public org.omg.CORBA.Any value
Constructor Detail |
---|
public InvalidValue()
public InvalidValue(ConstraintExp constr, org.omg.CORBA.Any value)
constr
- constr exception membervalue
- value exception memberpublic InvalidValue(java.lang.String orb_reason, ConstraintExp constr, org.omg.CORBA.Any value)
constr
- constr exception membervalue
- value exception member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |