Class AbstractAction.ActionErrors
- java.lang.Object
-
- net.sf.jasperreports.interactivity.actions.AbstractAction.ActionErrors
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractAction
public static class AbstractAction.ActionErrors extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionErrors(JasperReportsContext jasperReportsContext, Locale locale, String messageBundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ActionErrors
public ActionErrors(JasperReportsContext jasperReportsContext, Locale locale, String messageBundle)
-
-
Method Detail
-
add
public void add(String messageKey)
-
addAndThrow
public void addAndThrow(String messageKey, Object... args) throws ActionException
- Throws:
ActionException
-
addAndThrow
public void addAndThrow(String messageKey) throws ActionException
- Throws:
ActionException
-
isEmpty
public boolean isEmpty()
-
throwAll
public void throwAll() throws ActionException
- Throws:
ActionException
-
-