Uses of Interface
com.lexmark.saperion.exceptions.mappings.ExceptionMapping
-
Packages that use ExceptionMapping Package Description com.lexmark.saperion.exceptions.mappings -
-
Uses of ExceptionMapping in com.lexmark.saperion.exceptions.mappings
Classes in com.lexmark.saperion.exceptions.mappings that implement ExceptionMapping Modifier and Type Class Description static classApplicationExceptionFactory.ApplicationErrorsApplication error definitions.classEcmsExceptionMapping<T extends java.lang.Throwable>Base implementation of an exception mapping entry.static classRuntimeExceptionFactory.RuntimeErrorsRuntime error definitions.static classSystemExceptionFactory.SystemErrorsSystem error defintions.Methods in com.lexmark.saperion.exceptions.mappings that return ExceptionMapping Modifier and Type Method Description protected 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()ExceptionMapping<T>AbstractExceptionFactory. valueOf(com.lexmark.saperion.exceptions.ErrorCodeType code)Returns the exception mapping for this error code.
-