Interface ValidationRejection

All Superinterfaces:
Rejection
All Known Implementing Classes:
ValidationRejection

public interface ValidationRejection extends Rejection
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.