Class ErrorJsonConverter
java.lang.Object
generalDatabase.JsonConverter
Localiser.algorithms.locErrors.json.ErrorJsonConverter
- Direct Known Subclasses:
EllipseJsonConverter
,SimpleErrorJsonConverter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract LocaliserError
createError
(String jsonString) abstract String
abstract String
getJsonString
(LocaliserError localiserError) Create a standard xml like string of the error data which can be written to the relational database.Methods inherited from class generalDatabase.JsonConverter
getJSONElement, getJSONElement, quickJsonString, unpackJsonArray, writeJsonArray, writeJsonValue
-
Constructor Details
-
ErrorJsonConverter
public ErrorJsonConverter()
-
-
Method Details
-
getJsonString
Create a standard xml like string of the error data which can be written to the relational database.- Returns:
- Error information in an XML like format.
-
createError
-
getErrorName
-