Class ValidationException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataTypeValidationException
,FunctionValidationException
,ValueValidationException
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) ValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) ValidationException
(ErrorDetail error, JNode schemaNode, JNode jsonNode) -
Method Summary
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
-
ValidationException
-
ValidationException
-
ValidationException
public ValidationException(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause)
-
-
Method Details
-
getError
-
getExpected
-
getActual
-