- What is a MulTEx exception?
- How to declare a MulTEx exception with an internationalizable message text pattern
- How to imlement negative business rules by throwing Exc-objects
- How to implement exception chaining by throwing a Failure object
- How to cope with many Failure causes (list exceptions, exception treeing)
The concepts behind MulTEx are described in german language in the
technical paper Konzepte.pdf
.
Here are given more practical instructions.