Constructor and Description |
---|
ErrorListImpl(java.util.List<java.lang.String> errorMessages,
boolean isWarning) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getErrorMessage()
Returns a copy of the list, the first in the list is the last error in the stack, the last item in the list is the
originating error message
|
boolean |
isWarning()
Returns true if this is just a warning
|
public ErrorListImpl(java.util.List<java.lang.String> errorMessages, boolean isWarning)
public java.util.List<java.lang.String> getErrorMessage()
ErrorList
getErrorMessage
in interface ErrorList