Class JsonError
-
Constructor Summary
Constructors
Constructor that creates a JsonError object with the specified error message.
-
Method Summary
Get the message of the error.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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.