Class InvalidFreshnessInterval
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.InvalidFreshnessInterval
- All Implemented Interfaces:
Serializable
Exception thrown when the interval of dates provided for a freshness filter is invalid. (e.g. end
date is before start date).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFreshnessInterval(String message) InvalidFreshnessInterval(@NotNull Supplier<String> message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFreshnessInterval
-
InvalidFreshnessInterval
-