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, toString
public ConstraintExp constr
public Any value
public InvalidValue()
public InvalidValue(String _reason, ConstraintExp constr, Any value)
public InvalidValue(ConstraintExp constr, Any value)
Copyright © 2016 JacORB. All rights reserved.