| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ApplicationException in org.jaffa.beans.moulding.mapping | 
| Methods in org.jaffa.beans.moulding.mapping that throw ApplicationException | |
|  void | MouldHandler.startBean(String path,
                   Object source,
                   Object target)Called prior to any processing of the target bean | 
|  void | MouldHandler.endBean(String path,
               Object source,
               Object target)Called after all processing has been completed on the target bean, this included its related beans | 
|  void | MouldHandler.startBeanDelete(String path,
                               Object source,
                               Object target)Called prior to deleting the target bean, only used in the deleteBean moulder | 
|  void | MouldHandler.endBeanDelete(String path,
                           Object source,
                           Object target)Called after deleting the persistent target bean, only used in the deleteBean moulder | 
|  void | MouldHandler.startBeanAdd(String path,
                         Object source,
                         Object target)Called prior to adding the persistent target bean, only used in the updateBean moulder | 
|  void | MouldHandler.endBeanAdd(String path,
                     Object source,
                     Object target)Called after adding the persistent target bean, only used in the updateBean moulder | 
|  void | MouldHandler.startBeanUpdate(String path,
                               Object source,
                               Object target)Called prior to updating the persistent target bean, only used in the updateBean moulder | 
|  void | MouldHandler.endBeanUpdate(String path,
                           Object source,
                           Object target)Called after updating the persistent target bean, only used in the updateBean moulder | 
|  void | AbstractMouldHandler.endBean(String path,
               Object source,
               Object target) | 
|  void | AbstractMouldHandler.endBeanAdd(String path,
                     Object source,
                     Object target) | 
|  void | AbstractMouldHandler.endBeanDelete(String path,
                           Object source,
                           Object target) | 
|  void | AbstractMouldHandler.endBeanUpdate(String path,
                           Object source,
                           Object target) | 
|  void | AbstractMouldHandler.startBean(String path,
                   Object source,
                   Object target) | 
|  void | AbstractMouldHandler.startBeanAdd(String path,
                         Object source,
                         Object target) | 
|  void | AbstractMouldHandler.startBeanDelete(String path,
                               Object source,
                               Object target) | 
|  void | AbstractMouldHandler.startBeanUpdate(String path,
                               Object source,
                               Object target) | 
| Uses of ApplicationException in org.jaffa.datatypes | 
| Subclasses of ApplicationException in org.jaffa.datatypes | |
|  class | ValidationExceptionThis is the base class for all the exceptions thrown by the FieldValidator. | 
| Uses of ApplicationException in org.jaffa.datatypes.exceptions | 
| Subclasses of ApplicationException in org.jaffa.datatypes.exceptions | |
|  class | BelowMinimumExceptionThis is thrown by the FieldValidator if the value to be validated is less than the minimum value specified in the meta data. | 
|  class | ExceedsMaximumExceptionThis is thrown by the FieldValidator if the value to be validated is greater than the maximum value specified in the meta data. | 
|  class | FormatCurrencyExceptionThis is thrown by the FieldValidator if the value to be validated has an invalid Currency format. | 
|  class | FormatDateOnlyExceptionThis is thrown by the FieldValidator if the value to be validated has an invalid DateOnly format. | 
|  class | FormatDateTimeExceptionThis is thrown by the FieldValidator if the value to be validated has an invalid DateTime format. | 
|  class | FormatDecimalExceptionThis is thrown by the FieldValidator if the value to be validated has an invalid Decimal format. | 
|  class | FormatIntegerExceptionThis is thrown by the FieldValidator if the value to be validated has an invalid Integer format. | 
|  class | InvalidForeignKeyExceptionThis is thrown by the FieldValidator if the value to be validated is not a valid foreign-key. | 
|  class | InvalidGenericForeignKeyExceptionThis is thrown by the FieldValidator if the value to be validated is not specified in the list of valid values for that field.. | 
|  class | MandatoryFieldExceptionThis is thrown by the FieldValidator if the value to be validated is null. | 
|  class | PatternMismatchExceptionThis is thrown by the FieldValidator if the value to be validated does not conform to the pattern specified in the meta data. | 
|  class | TooLittleDataExceptionThis is thrown by the FieldValidator if the length of the value to be validated is below the value specified in the meta data. | 
|  class | TooMuchDataExceptionThis is thrown by the FieldValidator if the length of the value to be validated exceeds the limit specified in the meta data. | 
| Uses of ApplicationException in org.jaffa.exceptions | 
| Subclasses of ApplicationException in org.jaffa.exceptions | |
|  class | ApplicationExceptionWithContextAn application can use this class to wrap an ApplicationException and add a context to it. | 
|  class | ComponentExpiredExceptionThis ApplicationException can be thrown by an application if an expired component is accessed. | 
|  class | DomainObjectChangedExceptionThis ApplicationException can be thrown by an application if a domain object being updated/deleted, has been modified by another user. | 
|  class | DomainObjectNotFoundExceptionThis ApplicationException can be thrown by an application if a domain object is not found. | 
|  class | DuplicateKeyExceptionThis ApplicationException can be thrown by an application if a domain object being persisted, has a duplicate key. | 
|  class | IncompleteKeySpecifiedExceptionThis ApplicationException can be thrown by an application if complete key info is not supplied for a domain object, when it is expected. | 
|  class | MultipleDomainObjectsFoundExceptionThis ApplicationException can be thrown by an application if multiple domain object are found, instead of just one. | 
|  class | RelatedDomainObjectFoundExceptionThis ApplicationException can be thrown by an application if a related domain object, having restricted constraint is found, when performing a delete. | 
|  class | TokenMismatchExceptionThis ApplicationException can be thrown by an application if the token on the form being submitted does not match the token in the corresponding component. | 
| Methods in org.jaffa.exceptions that return ApplicationException | |
|  ApplicationException[] | ApplicationExceptions.getApplicationExceptionArray()Returns an array of ApplicationException objects. | 
| Methods in org.jaffa.exceptions with parameters of type ApplicationException | |
|  boolean | ApplicationExceptions.add(ApplicationException exception)Adds an ApplicationException object to the internal collection. | 
|  boolean | ApplicationExceptions.remove(ApplicationException exception)Removes an ApplicationException object from the internal collection. | 
| Constructors in org.jaffa.exceptions with parameters of type ApplicationException | |
| ApplicationExceptionWithContext(String context,
                                                               ApplicationException cause)Constructs a new ApplicationExceptionWithContext. | |
| Uses of ApplicationException in org.jaffa.presentation.portlet | 
| Methods in org.jaffa.presentation.portlet with parameters of type ApplicationException | |
|  void | FormBase.raiseError(HttpServletRequest request,
                     String property,
                     ApplicationException appExp)Record an error. | 
| Uses of ApplicationException in org.jaffa.presentation.portlet.session | 
| Subclasses of ApplicationException in org.jaffa.presentation.portlet.session | |
|  class | UserSessionSetupExceptionThis exception is thrown if there is a set up issue in the user session filter | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||