|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintViolationException | |
|---|---|
| edu.tum.cs.commons.constraint | Generic classes used for validating constraints. |
| Uses of ConstraintViolationException in edu.tum.cs.commons.constraint |
|---|
| Method parameters in edu.tum.cs.commons.constraint with type arguments of type ConstraintViolationException | ||
|---|---|---|
|
ConstraintValidator.checkConstaints(Object o,
IExceptionHandler<ConstraintViolationException,X> handler)
Checks all constraints to the given object which are applicable to it. |
|
|
ConstraintValidator.validateMesh(T start,
IMeshWalker<T,X_WALKER> walker,
IExceptionHandler<ConstraintViolationException,X> handler)
Validates all reachable elements of a mesh. |
|
|
ConstraintValidator.validateTree(T root,
ITreeWalker<T,X_WALKER> walker,
IExceptionHandler<ConstraintViolationException,X> handler)
Validates all nodes of a tree. |
|
| Methods in edu.tum.cs.commons.constraint that throw ConstraintViolationException | ||
|---|---|---|
void |
ConstraintValidator.checkConstaints(Object o)
Checks all constraints to the given object which are applicable to it. |
|
void |
ILocalConstraint.checkLocalConstraint(T object)
Checks this constraint and throws an exception only if the constraint is violated for the object. |
|
|
ConstraintValidator.validateMesh(T start,
IMeshWalker<T,X_WALKER> walker)
Validates all reachable elements of a mesh. |
|
|
ConstraintValidator.validateTree(T root,
ITreeWalker<T,X_WALKER> walker)
Validates all nodes of a tree. |
|
|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||