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
ActionException
public void addAndThrow(String messageKey) throws ActionException
ActionException
public boolean isEmpty()
public void throwAll() throws ActionException
ActionException
Copyright © 2016. All rights reserved.