Class HopeParameterValidationFailureError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.appform.hope.core.exceptions.HopeException
-
- io.appform.hope.core.exceptions.impl.HopeParameterValidationFailureError
-
- All Implemented Interfaces:
Serializable
public class HopeParameterValidationFailureError extends HopeException
This error is thrown when a evaluation of some function parameter does not meet expectations. This is thrown byDefaultErrorHandlingStrategy.handleMissingValue(String, Object)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HopeParameterValidationFailureError(String checkFailureMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HopeParameterValidationFailureError
public HopeParameterValidationFailureError(String checkFailureMessage)
-
-