Package io.inugami.api.exceptions
Interface ExceptionWithErrorCode
-
- All Known Implementing Classes:
CheckedException,TechnicalException,UncheckedException
public interface ExceptionWithErrorCodeThe ExceptionWithErrorCode is designed to be a type maker. With this interface we are able to identify an exception with an error code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorCodegetErrorCode()
-
-
-
Method Detail
-
getErrorCode
ErrorCode getErrorCode()
-
-