Package | Description |
---|---|
com.lexmark.saperion.exceptions.mappings |
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationExceptionFactory.ApplicationErrors
Application error definitions.
|
class |
EcmsExceptionMapping<T extends Throwable>
Base implementation of an exception mapping entry.
|
static class |
RuntimeExceptionFactory.RuntimeErrors
Runtime error definitions.
|
static class |
SystemExceptionFactory.SystemErrors
System error defintions.
|
Modifier and Type | Method and Description |
---|---|
protected ExceptionMapping<com.lexmark.saperion.exceptions.system.SystemException>[] |
SystemExceptionFactory.getExceptionMappings() |
protected ExceptionMapping<com.lexmark.saperion.exceptions.EcmRuntimeException>[] |
RuntimeExceptionFactory.getExceptionMappings() |
protected ExceptionMapping<com.lexmark.saperion.exceptions.application.ApplicationException>[] |
ApplicationExceptionFactory.getExceptionMappings() |
protected abstract ExceptionMapping<T>[] |
AbstractExceptionFactory.getExceptionMappings()
This method returns all exception mappings registered with this factory.
|
ExceptionMapping<T> |
AbstractExceptionFactory.valueOf(com.lexmark.saperion.exceptions.ErrorCodeType code)
Returns the exception mapping for this error code.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.