@Target(value=PACKAGE) @Retention(value=RUNTIME) @Documented public @interface ExceptionMapping
| Modifier and Type | Required Element and Description |
|---|---|
Mapping[] |
mappings
Die Abbildungen der
Exceptions auf ToExceptions. |
Class<? extends TechnicalToException> |
technicalToException
Die technische TO-Exception, auf die alle
TechnicalRuntimeException und alle unchecked
Exceptions abgebildet werden. |
public abstract Class<? extends TechnicalToException> technicalToException
TechnicalRuntimeException und alle unchecked
Exceptions abgebildet werden.public abstract Mapping[] mappings
Exceptions auf ToExceptions.Copyright © 2022. All rights reserved.