Class HopeMissingValueError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.appform.hope.core.exceptions.HopeException
-
- io.appform.hope.core.exceptions.impl.HopeMissingValueError
-
- All Implemented Interfaces:
Serializable
public class HopeMissingValueError extends HopeException
This error is thrown when value is missing in provided json for a path present in expression. This is thrown byDefaultErrorHandlingStrategy.handleMissingValue(String, Object)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HopeMissingValueError(String path)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HopeMissingValueError
public HopeMissingValueError(String path)
-
-