Class FunctionValidationException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
ValidationException
FunctionValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionFunctionValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) FunctionValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) FunctionValidationException
(ErrorDetail error, JNode caller, JNode target) -
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
-
FunctionValidationException
-
FunctionValidationException
-
FunctionValidationException
public FunctionValidationException(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause)
-