public class RestFormExceptions
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
RestFormExceptions()
Constructs an instanceof RestFormExceptions 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
public RestFormExceptions()
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()