Uses of Interface
com.lexmark.saperion.exceptions.mappings.ExceptionMapping
Packages that use ExceptionMapping
-
Uses of ExceptionMapping in com.lexmark.saperion.exceptions.mappings
Classes in com.lexmark.saperion.exceptions.mappings that implement ExceptionMappingModifier and TypeClassDescriptionstatic enumApplication error definitions.classEcmsExceptionMapping<T extends Throwable>Base implementation of an exception mapping entry.static enumRuntime error definitions.static enumSystem error defintions.Methods in com.lexmark.saperion.exceptions.mappings that return ExceptionMappingModifier and TypeMethodDescriptionprotected abstract ExceptionMapping<T>[]AbstractExceptionFactory.getExceptionMappings()This method returns all exception mappings registered with this factory.protected ExceptionMapping<com.lexmark.saperion.exceptions.application.ApplicationException>[]ApplicationExceptionFactory.getExceptionMappings()protected ExceptionMapping<com.lexmark.saperion.exceptions.EcmRuntimeException>[]RuntimeExceptionFactory.getExceptionMappings()protected ExceptionMapping<com.lexmark.saperion.exceptions.system.SystemException>[]SystemExceptionFactory.getExceptionMappings()AbstractExceptionFactory.valueOf(com.lexmark.saperion.exceptions.ErrorCodeType code) Returns the exception mapping for this error code.