Package com.floragunn.searchsupport.json
Class UnexpectedJsonStructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.fasterxml.jackson.core.JsonProcessingException
-
- com.floragunn.searchsupport.json.UnexpectedJsonStructureException
-
- All Implemented Interfaces:
Serializable
public class UnexpectedJsonStructureException extends com.fasterxml.jackson.core.JsonProcessingException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnexpectedJsonStructureException(String msg)
-
Method Summary
-
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
UnexpectedJsonStructureException
protected UnexpectedJsonStructureException(String msg)
-
-