Class ValueValidationException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
ValidationException
ValueValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionValueValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) ValueValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) -
Method Summary
Methods inherited from class ValidationException
getActual, getError, getExpected
Methods inherited from class BaseRuntimeException
fillInStackTrace, getCode, setCode
Methods 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)
-