public class JsonException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static int |
BAD_DATA
The data stored in the JSON cannot be used to build a valid DeviceAtlas data tree.
|
static int |
FILE_NOT_FOUND_ERROR
The path to the JSON file that was given cannot be resolved.
|
static int |
JSON_VERSION
The JSON data you are using is too old for this API.
|
static int |
NO_CLIENT_PROPERTIES_SECTION
The JSON file does not contain the Client Properties Section.
|
Constructor and Description |
---|
JsonException(int code,
java.lang.String message) |
JsonException(int code,
java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
public static final int BAD_DATA
public static final int JSON_VERSION
public static final int FILE_NOT_FOUND_ERROR
public static final int NO_CLIENT_PROPERTIES_SECTION
Copyright © 2023 DeviceAtlas Limited. All rights reserved.