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 enum
Application error definitions.class
EcmsExceptionMapping<T extends Throwable>
Base implementation of an exception mapping entry.static enum
Runtime error definitions.static enum
System 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.