Interface ValidationRejection
- All Superinterfaces:
- Rejection
- All Known Implementing Classes:
- ValidationRejection
Rejection created by the 
validation directive as well as for IllegalArgumentExceptions
 thrown by domain model constructors (e.g. via require).
 It signals that an expected value was semantically invalid.- 
Method Summary
- 
Method Details- 
getCause
- 
messageString message()
 
-