[]
        
(Showing Draft Content)

JsonError

Class JsonError

java.lang.Object
com.grapecity.documents.excel.JsonError
Direct Known Subclasses:
DataValidationJsonError, FormulaJsonError

public abstract class JsonError extends Object
The base class for all the json error classes..
  • Constructor Details

    • JsonError

      public JsonError(String errorMessage)
      Constructor that creates a JsonError object with the specified error message.
      Parameters:
      errorMessage - The error message.
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
      Get the message of the error.