atg.rest
Class RestFormExceptions

java.lang.Object
  extended by atg.rest.RestFormExceptions

public class RestFormExceptions
extends java.lang.Object

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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

RestFormExceptions

public RestFormExceptions()
Constructs an instanceof RestFormExceptions

Method Detail

setFormExceptions

public void setFormExceptions(java.util.List<java.lang.Throwable> pFormExceptions)
set FormExceptions

Parameters:
pFormExceptions - the FormExceptions

getFormExceptions

public java.util.List<java.lang.Throwable> getFormExceptions()
get FormExceptions

Returns:
the FormExceptions

setUncheckedFormExceptions

public void setUncheckedFormExceptions(java.util.List<java.lang.Throwable> pUncheckedFormExceptions)
set UncheckedFormExceptions

Parameters:
pUncheckedFormExceptions - the UncheckedFormExceptions

getUncheckedFormExceptions

public java.util.List<java.lang.Throwable> getUncheckedFormExceptions()
get UncheckedFormExceptions

Returns:
the UncheckedFormExceptions

size

public int size()
return the total number of exceptions