TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.constraint.ConstraintViolationException

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
<X extends java.lang.Exception>
void
ConstraintValidator.checkConstaints(java.lang.Object o, IExceptionHandler<ConstraintViolationException,X> handler)
          Checks all constraints to the given object which are applicable to it.
<T,X extends java.lang.Exception,X_WALKER extends java.lang.Exception>
void
ConstraintValidator.validateMesh(T start, IMeshWalker<T,X_WALKER> walker, IExceptionHandler<ConstraintViolationException,X> handler)
          Validates all reachable elements of a mesh.
<T,X extends java.lang.Exception,X_WALKER extends java.lang.Exception>
void
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(java.lang.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.
<T,X_WALKER extends java.lang.Exception>
void
ConstraintValidator.validateMesh(T start, IMeshWalker<T,X_WALKER> walker)
          Validates all reachable elements of a mesh.
<T,X_WALKER extends java.lang.Exception>
void
ConstraintValidator.validateTree(T root, ITreeWalker<T,X_WALKER> walker)
          Validates all nodes of a tree.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7