Class ValueValidationException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
ValidationException
ValueValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValueValidationException(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) ValueValidationException(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) -
Method Summary
Methods inherited from class ValidationException
getActual, getError, getExpectedMethods inherited from class BaseRuntimeException
fillInStackTrace, getCode, setCodeMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueValidationException
-
ValueValidationException
public ValueValidationException(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause)
-