| Package | Description |
|---|---|
| eu.toop.edm.error |
| Modifier and Type | Method and Description |
|---|---|
EEDMExceptionType |
EDMExceptionPojo.getExceptionType() |
static EEDMExceptionType |
EEDMExceptionType.getFromClassOrNull(Class<? extends eu.toop.regrep.rs.RegistryExceptionType> aClass)
Find the exception type enum entry matching the provided class name.
|
static EEDMExceptionType |
EEDMExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EEDMExceptionType[] |
EEDMExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EDMExceptionPojo.Builder |
EDMExceptionPojo.Builder.exceptionType(EEDMExceptionType e) |
| Constructor and Description |
|---|
EDMExceptionPojo(EEDMExceptionType eExceptionType,
EToopErrorSeverity eSeverity,
String sErrorMessage,
String sErrorDetail,
String sErrorCode,
LocalDateTime aTimestamp,
String sErrorOrigin) |
Copyright © 2020 toop.eu. All rights reserved.