TUM CCSM Commons

Uses of Interface
edu.tum.cs.commons.error.IExceptionHandler

Packages that use IExceptionHandler
edu.tum.cs.commons.constraint Generic classes used for validating constraints. 
edu.tum.cs.commons.error Generic classes used in the context of error handling. 
 

Uses of IExceptionHandler in edu.tum.cs.commons.constraint
 

Methods in edu.tum.cs.commons.constraint with parameters of type IExceptionHandler
<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.
 

Uses of IExceptionHandler in edu.tum.cs.commons.error
 

Classes in edu.tum.cs.commons.error that implement IExceptionHandler
 class CollectingExceptionHandler<X extends Exception>
          An exception handler that collects exceptions for later use.
 class RethrowingExceptionHandler<X extends Exception>
          An exception handler simply rethrowing the exception caught.
 class StderrExceptionHandler<T extends Exception>
          An exception handler which logs exceptions to std error.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7