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