Package dev.comfast.cf.common.errors
Class ConditionFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.comfast.cf.common.errors.ConditionFailed
- All Implemented Interfaces:
Serializable
Indicates that condition was not met.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConditionFailed(String message, Object... args) ConditionFailed(String message, Throwable cause, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace