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 TypeMethodDescriptionvoid
signalInvalidValue
(String message) Signal anInvalidValueException
with the providedmessage
.
-
Method Details
-
signalInvalidValue
Signal anInvalidValueException
with the providedmessage
.- Parameters:
message
- Descriptive message for the exception.- Throws:
InvalidValueException
- Always- Since:
- 4.2.416
-