Class ApplicationExceptionFactory
java.lang.Object
com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>
com.lexmark.saperion.exceptions.mappings.ApplicationExceptionFactory
- All Implemented Interfaces:
- ExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>
public class ApplicationExceptionFactory
extends AbstractExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>
Security exceptions factory implementation. This exception factory provides a mapping for all security related faults
 to appropriate exceptions.
- Author:
- owaeldrich
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumApplication error definitions.Nested classes/interfaces inherited from interface com.lexmark.saperion.exceptions.mappings.ExceptionFactoryExceptionFactory.IntegrityCheckResult
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ExceptionMapping<com.lexmark.saperion.exceptions.application.ApplicationException>[]This method returns all exception mappings registered with this factory.Methods inherited from class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactorycheckIntegrity, createException, getSupportedErrors, supports, valueOf
- 
Constructor Details- 
ApplicationExceptionFactorypublic ApplicationExceptionFactory()
 
- 
- 
Method Details- 
getExceptionMappingsprotected ExceptionMapping<com.lexmark.saperion.exceptions.application.ApplicationException>[] getExceptionMappings()Description copied from class:AbstractExceptionFactoryThis method returns all exception mappings registered with this factory. Concrete exception factories must implement this method.- Specified by:
- getExceptionMappingsin class- AbstractExceptionFactory<com.lexmark.saperion.exceptions.application.ApplicationException>
- Returns:
- all exception mappings registered with this factory
 
 
-