Class AbstractCheckedExceptionApiConverter<DOMAIN extends io.foodtechlab.exception.converter.domain.CheckedDomainException,DATA>
- java.lang.Object
-
- io.foodtechlab.exception.converter.core.builtIn.AbstractCheckedExceptionApiConverter<DOMAIN,DATA>
-
- All Implemented Interfaces:
CheckedExceptionApiConverter<DOMAIN,DATA>
- Direct Known Subclasses:
StaticCheckedExceptionApiConverter
public abstract class AbstractCheckedExceptionApiConverter<DOMAIN extends io.foodtechlab.exception.converter.domain.CheckedDomainException,DATA> extends Object implements CheckedExceptionApiConverter<DOMAIN,DATA>
-
-
Constructor Summary
Constructors Constructor Description AbstractCheckedExceptionApiConverter(String domain, String reason)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.foodtechlab.exception.converter.core.CheckedExceptionApiConverter
getDataType, getDomain, getDomainExceptionType, getReason, readResponse, writeResponse
-
-