|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||