public class Alerts extends Object
| Constructor and Description |
|---|
Alerts() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String message) |
void |
addError(String message,
Exception e) |
void |
addInfo(String message) |
void |
addWarning(String message) |
List<String> |
getErrors() |
List<String> |
getInfos() |
List<String> |
getWarnings() |
boolean |
hasErrors() |
boolean |
hasInfos() |
boolean |
hasWarnings() |
void |
reset() |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.