Interface ValidationFailure
public interface ValidationFailure
A failed validation.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the exception corresponding to the validation failure.Returns the message corresponding to the validation failure.getType()Returns the type of exception that is associated with this failure.
- 
Method Details- 
getMessageString getMessage()Returns the message corresponding to the validation failure.- Returns:
- the message corresponding to the validation failure
 
- 
getTypeReturns the type of exception that is associated with this failure.- Returns:
- the type of exception that is associated with this failure
 
- 
getExceptionThrowable getException()Returns the exception corresponding to the validation failure.- Returns:
- a RuntimeExceptionorError
 
 
-