|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.rest.RestFormExceptions
public class RestFormExceptions
this is bean to store form and unchecked form exceptions from handling a form submission, to send back to a client.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RestFormExceptions()
Constructs an instanceof RestFormExceptions |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Throwable> |
getFormExceptions()
get FormExceptions |
java.util.List<java.lang.Throwable> |
getUncheckedFormExceptions()
get UncheckedFormExceptions |
void |
setFormExceptions(java.util.List<java.lang.Throwable> pFormExceptions)
set FormExceptions |
void |
setUncheckedFormExceptions(java.util.List<java.lang.Throwable> pUncheckedFormExceptions)
set UncheckedFormExceptions |
int |
size()
return the total number of exceptions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RestFormExceptions()
| Method Detail |
|---|
public void setFormExceptions(java.util.List<java.lang.Throwable> pFormExceptions)
pFormExceptions - the FormExceptionspublic java.util.List<java.lang.Throwable> getFormExceptions()
public void setUncheckedFormExceptions(java.util.List<java.lang.Throwable> pUncheckedFormExceptions)
pUncheckedFormExceptions - the UncheckedFormExceptionspublic java.util.List<java.lang.Throwable> getUncheckedFormExceptions()
public int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||