Package com.grapecity.documents.excel
Class JsonError
java.lang.Object
com.grapecity.documents.excel.JsonError
- Direct Known Subclasses:
DataValidationJsonError,FormulaJsonError
The base class for all the json error classes..
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonError
Constructor that creates a JsonError object with the specified error message.- Parameters:
errorMessage- The error message.
-
-
Method Details
-
getErrorMessage
Get the message of the error.
-