Class SimpleErrorJSONData

java.lang.Object
Localiser.algorithms.locErrors.ErrorJSONData
Localiser.algorithms.locErrors.SimpleErrorJSONData

public class SimpleErrorJSONData extends ErrorJSONData
  • Constructor Details

    • SimpleErrorJSONData

      public SimpleErrorJSONData(String errorType, double[] errorData)
  • Method Details

    • getXMLString

      public String getXMLString()
      Description copied from class: ErrorJSONData
      Create a standard xml like string of the error data which can be written to the relational database.
      Specified by:
      getXMLString in class ErrorJSONData
      Returns:
      Error information in an XML like format.