public final class InvalidValue extends UserException
| Modifier and Type | Field and Description |
|---|---|
ConstraintExp |
constr |
Any |
value |
| Constructor and Description |
|---|
InvalidValue() |
InvalidValue(ConstraintExp constr,
Any value) |
InvalidValue(String _reason,
ConstraintExp constr,
Any value) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstraintExp constr
public Any value
public InvalidValue()
public InvalidValue(String _reason, ConstraintExp constr, Any value)
public InvalidValue(ConstraintExp constr, Any value)
Copyright © 2015 JacORB. All rights reserved.