Class RuntimeExceptionFactory
java.lang.Object
com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory<com.lexmark.saperion.exceptions.EcmRuntimeException>
com.lexmark.saperion.exceptions.mappings.RuntimeExceptionFactory
- All Implemented Interfaces:
ExceptionFactory<com.lexmark.saperion.exceptions.EcmRuntimeException>
public class RuntimeExceptionFactory
extends AbstractExceptionFactory<com.lexmark.saperion.exceptions.EcmRuntimeException>
ECMS runtime exception factory implementation. This exception factory provides a mapping for all runtime related
faults to appropriate exceptions.
- Author:
- owaeldrich
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Runtime error definitions.Nested classes/interfaces inherited from interface com.lexmark.saperion.exceptions.mappings.ExceptionFactory
ExceptionFactory.IntegrityCheckResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExceptionMapping<com.lexmark.saperion.exceptions.EcmRuntimeException>[]
This method returns all exception mappings registered with this factory.Methods inherited from class com.lexmark.saperion.exceptions.mappings.AbstractExceptionFactory
checkIntegrity, createException, getSupportedErrors, supports, valueOf
-
Constructor Details
-
RuntimeExceptionFactory
public RuntimeExceptionFactory()
-
-
Method Details
-
getExceptionMappings
protected ExceptionMapping<com.lexmark.saperion.exceptions.EcmRuntimeException>[] getExceptionMappings()Description copied from class:AbstractExceptionFactory
This method returns all exception mappings registered with this factory. Concrete exception factories must implement this method.- Specified by:
getExceptionMappings
in classAbstractExceptionFactory<com.lexmark.saperion.exceptions.EcmRuntimeException>
- Returns:
- all exception mappings registered with this factory
-