Interface ValidationSupporting.Emitter
- Enclosing interface:
- ValidationSupporting<T>
public static interface ValidationSupporting.Emitter
Instances emit an
InvalidValueException when
signalInvalidValue(String) is called.- Since:
- 4.2.416
-
Method Summary
Modifier and TypeMethodDescriptionvoidsignalInvalidValue(String message) Signal anInvalidValueExceptionwith the providedmessage.
-
Method Details
-
signalInvalidValue
Signal anInvalidValueExceptionwith the providedmessage.- Parameters:
message- Descriptive message for the exception.- Throws:
InvalidValueException- Always- Since:
- 4.2.416
-