Class HopeTypeMismatchError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.appform.hope.core.exceptions.HopeException
-
- io.appform.hope.core.exceptions.impl.HopeTypeMismatchError
-
- All Implemented Interfaces:
Serializable
public class HopeTypeMismatchError extends HopeException
This exception is thrown in case there is an error in type validation in provided json. This is thrown byDefaultErrorHandlingStrategy.handleTypeMismatch(String, String, String, Object)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HopeTypeMismatchError(String path, String expected, String actual)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-