public class ValueMatcherException extends RuntimeException
| Constructor and Description |
|---|
ValueMatcherException(String message,
String expected,
String actual)
Create new ValueMatcherException
|
ValueMatcherException(String message,
Throwable cause,
String expected,
String actual)
Create new ValueMatcherException
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActual() |
String |
getExpected() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValueMatcherException(String message, String expected, String actual)
message - description of exceptionexpected - value expected by ValueMatcheractual - value being tested by ValueMatcherpublic ValueMatcherException(String message, Throwable cause, String expected, String actual)
message - description of exceptioncause - cause of ValueMatcherExceptionexpected - value expected by ValueMatcheractual - value being tested by ValueMatcherCopyright © 2023. All rights reserved.