public class ErrorMessage
Constructor and Description |
---|
ErrorMessage()
Creates an empty ErrorMessage
|
ErrorMessage(java.lang.String errorString)
Creates an ErrorMessage with the given errorString
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorString() |
void |
setErrorString(java.lang.String errorString)
Sets the error string
|