public class JSONException
extends com.fasterxml.jackson.core.JsonProcessingException
| Constructor and Description |
|---|
JSONException(java.lang.String msg) |
JSONException(java.lang.String msg,
com.fasterxml.jackson.core.JsonLocation loc) |
JSONException(java.lang.String msg,
com.fasterxml.jackson.core.JsonLocation loc,
java.lang.Throwable rootCause) |
JSONException(java.lang.String msg,
java.lang.Throwable rootCause) |
JSONException(java.lang.Throwable rootCause) |
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toStringpublic JSONException(java.lang.String msg,
com.fasterxml.jackson.core.JsonLocation loc,
java.lang.Throwable rootCause)
public JSONException(java.lang.String msg)
public JSONException(java.lang.String msg,
com.fasterxml.jackson.core.JsonLocation loc)
public JSONException(java.lang.String msg,
java.lang.Throwable rootCause)
public JSONException(java.lang.Throwable rootCause)
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.