Uses of Enum Class
com.thanlinardos.spring_enterprise_library.error.errorcodes.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in com.thanlinardos.spring_enterprise_library.error.errorcodes
Methods in com.thanlinardos.spring_enterprise_library.error.errorcodes that return ErrorCode -
Uses of ErrorCode in com.thanlinardos.spring_enterprise_library.error.exceptions
Constructors in com.thanlinardos.spring_enterprise_library.error.exceptions with parameters of type ErrorCodeModifierConstructorDescriptionCoreException(ErrorCode errorCode, String message) CoreException(ErrorCode errorCode, String message, Object... args) CoreException(ErrorCode errorCode, String message, Throwable cause) CoreException(ErrorCode errorCode, String message, Throwable cause, Object... args) -
Uses of ErrorCode in com.thanlinardos.spring_enterprise_library.objects.utils
Methods in com.thanlinardos.spring_enterprise_library.objects.utils that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCodeFunctionUtils.getCoreExceptionErrorCodeOrUnexpectedSystemError(Exception e) Methods in com.thanlinardos.spring_enterprise_library.objects.utils with parameters of type ErrorCodeModifier and TypeMethodDescriptionStreamUtils.findExactlyOneOrNone(ErrorCode errorCode, String message, String... strings) Finds either a single object or no object.static StringStringUtils.formatErrorMessageWithArgs(ErrorCode errorCode, String message, Object[] args) Formats an error message by including the error code and name, along with the provided message and arguments.static <T> Predicate<T> PredicateUtils.throwIfNot(Predicate<T> predicate, ErrorCode errorCode, String message, String... strings) Returns a predicate that always evaluate to true unless the input predicate is not satisfied.