public interface ErrorList
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
|
java.util.List<java.lang.String> getErrorMessage()
boolean isWarning()