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