| Translates OVal specific exceptions to standard exceptions part of the JRE:
ConstraintsViolatedException for constructor/method parameter translated to IllegalArgumentException
ConstraintsViolatedException for class field translated to IllegalStateException
ConstraintsViolatedException for method return values translated to IllegalStateException
- Other exceptions based on
OValException translated to RuntimeException
author: Sebastian Thomschke |