Uses of Interface
io.inugami.api.exceptions.ErrorCode
-
Packages that use ErrorCode Package Description io.inugami.api.exceptions -
-
Uses of ErrorCode in io.inugami.api.exceptions
Classes in io.inugami.api.exceptions that implement ErrorCode Modifier and Type Class Description classDefaultErrorCodeMethods in io.inugami.api.exceptions that return ErrorCode Modifier and Type Method Description default ErrorCodeErrorCode. addDetail(String detail, Object... values)static ErrorCodeDefaultErrorCode. buildUndefineError()ErrorCodeDefaultErrorCode. getCurrentErrorCode()ErrorCodeErrorCode. getCurrentErrorCode()ErrorCodeCheckedException. getErrorCode()ErrorCodeExceptionWithErrorCode. getErrorCode()ErrorCodeUncheckedException. getErrorCode()ErrorCodeErrorCodeResolver. resolve(Throwable exception)Methods in io.inugami.api.exceptions with parameters of type ErrorCode Modifier and Type Method Description static DefaultErrorCode.DefaultErrorCodeBuilderDefaultErrorCode. fromErrorCode(ErrorCode errorCode)Constructors in io.inugami.api.exceptions with parameters of type ErrorCode Constructor Description CheckedException(ErrorCode errorCode)CheckedException(ErrorCode errorCode, String message)CheckedException(ErrorCode errorCode, Throwable cause)CheckedException(ErrorCode errorCode, Throwable cause, String message, Object... values)TechnicalException(ErrorCode errorCode)TechnicalException(ErrorCode errorCode, Throwable cause)TechnicalException(ErrorCode errorCode, Throwable cause, String message, Object... values)UncheckedException(ErrorCode errorCode)UncheckedException(ErrorCode errorCode, String message)UncheckedException(ErrorCode errorCode, Throwable cause)UncheckedException(ErrorCode errorCode, Throwable cause, String message, Object... values)
-