public static class AbstractAction.ActionErrors extends Object
| Constructor and Description |
|---|
ActionErrors(MessageProvider messageProvider,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String messageKey) |
void |
add(String messageKey,
Object... args) |
void |
addAndThrow(String messageKey) |
void |
addAndThrow(String messageKey,
Object... args) |
boolean |
isEmpty() |
void |
throwAll() |
public ActionErrors(MessageProvider messageProvider, Locale locale)
public void add(String messageKey)
public void addAndThrow(String messageKey, Object... args) throws ActionException
ActionExceptionpublic void addAndThrow(String messageKey) throws ActionException
ActionExceptionpublic boolean isEmpty()
public void throwAll()
throws ActionException
ActionExceptionCopyright © 2017. All rights reserved.