Class ErrorList.ErrorData

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
ErrorList

public static class ErrorList.ErrorData extends HashMap<String,Object>
ErrorInfo inner class - contains information related to a single error
See Also:
  • Constructor Details

    • ErrorData

      public ErrorData(String shortText, String longText, String errorField, int severity)
      Creates a new ErrorInfo object.
      Parameters:
      shortText - a short, descriptive string for this error
      longText - a more lengthy description of this error
      errorField - comma-separated list of field names that caused this error
      severity - the severity of this error
  • Method Details