Class TypeMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.openapiprocessor.jsonschema.converter.TypeMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeMismatchException extends java.lang.RuntimeExceptionthrown if type conversion (i.e. cast) fromObjectto the required type fails. todo move to support- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMismatchException(JsonPointer location, java.lang.Class<?> type)TypeMismatchException(java.lang.String property, java.lang.Class<?> type)TypeMismatchException(java.lang.String property, java.lang.String type)
-
-
-
Constructor Detail
-
TypeMismatchException
public TypeMismatchException(java.lang.String property, java.lang.String type)
-
TypeMismatchException
public TypeMismatchException(java.lang.String property, java.lang.Class<?> type)
-
TypeMismatchException
public TypeMismatchException(JsonPointer location, java.lang.Class<?> type)
-
-