Uses of Class
org.jaffa.exceptions.ApplicationException

Packages that use ApplicationException
org.jaffa.beans.moulding.mapping   
org.jaffa.datatypes   
org.jaffa.datatypes.exceptions   
org.jaffa.exceptions   
org.jaffa.presentation.portlet   
org.jaffa.presentation.portlet.session   
 

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 ValidationException
          This 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 BelowMinimumException
          This is thrown by the FieldValidator if the value to be validated is less than the minimum value specified in the meta data.
 class ExceedsMaximumException
          This is thrown by the FieldValidator if the value to be validated is greater than the maximum value specified in the meta data.
 class FormatCurrencyException
          This is thrown by the FieldValidator if the value to be validated has an invalid Currency format.
 class FormatDateOnlyException
          This is thrown by the FieldValidator if the value to be validated has an invalid DateOnly format.
 class FormatDateTimeException
          This is thrown by the FieldValidator if the value to be validated has an invalid DateTime format.
 class FormatDecimalException
          This is thrown by the FieldValidator if the value to be validated has an invalid Decimal format.
 class FormatIntegerException
          This is thrown by the FieldValidator if the value to be validated has an invalid Integer format.
 class InvalidForeignKeyException
          This is thrown by the FieldValidator if the value to be validated is not a valid foreign-key.
 class InvalidGenericForeignKeyException
          This is thrown by the FieldValidator if the value to be validated is not specified in the list of valid values for that field..
 class MandatoryFieldException
          This is thrown by the FieldValidator if the value to be validated is null.
 class PatternMismatchException
          This is thrown by the FieldValidator if the value to be validated does not conform to the pattern specified in the meta data.
 class TooLittleDataException
          This is thrown by the FieldValidator if the length of the value to be validated is below the value specified in the meta data.
 class TooMuchDataException
          This 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 ApplicationExceptionWithContext
          An application can use this class to wrap an ApplicationException and add a context to it.
 class ComponentExpiredException
          This ApplicationException can be thrown by an application if an expired component is accessed.
 class DomainObjectChangedException
          This ApplicationException can be thrown by an application if a domain object being updated/deleted, has been modified by another user.
 class DomainObjectNotFoundException
          This ApplicationException can be thrown by an application if a domain object is not found.
 class DuplicateKeyException
          This ApplicationException can be thrown by an application if a domain object being persisted, has a duplicate key.
 class IncompleteKeySpecifiedException
          This ApplicationException can be thrown by an application if complete key info is not supplied for a domain object, when it is expected.
 class MultipleDomainObjectsFoundException
          This ApplicationException can be thrown by an application if multiple domain object are found, instead of just one.
 class RelatedDomainObjectFoundException
          This ApplicationException can be thrown by an application if a related domain object, having restricted constraint is found, when performing a delete.
 class TokenMismatchException
          This 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 UserSessionSetupException
          This exception is thrown if there is a set up issue in the user session filter
 



Copyright © 2002-2004 JAFFA Project.