public class JSONException
extends com.fasterxml.jackson.core.JsonProcessingException
| Constructor and Description |
|---|
JSONException(String msg) |
JSONException(String msg,
com.fasterxml.jackson.core.JsonLocation loc) |
JSONException(String msg,
com.fasterxml.jackson.core.JsonLocation loc,
Throwable rootCause) |
JSONException(String msg,
Throwable rootCause) |
JSONException(Throwable rootCause) |
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic JSONException(String msg, com.fasterxml.jackson.core.JsonLocation loc, Throwable rootCause)
public JSONException(String msg)
public JSONException(String msg, com.fasterxml.jackson.core.JsonLocation loc)
public JSONException(Throwable rootCause)
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.