Uses of Class
jp.ecuacion.lib.core.exception.checked.AppException
Packages that use AppException
Package
Description
Provides Exceptions.
Provides several RuntimeExceptions.
Provides utilities used in wide situations.
-
Uses of AppException in jp.ecuacion.lib.core.exception.checked
Subclasses of AppException in jp.ecuacion.lib.core.exception.checkedModifier and TypeClassDescriptionclassIs used for buziness logic exceptions.classIs a throwable with ConstraintViolationBean stored.classConveys multiple SingleAppExceptions at once.classIs an abstract class describing an occurrence of a single validation error.classHolds a Jakarta Validations violation. -
Uses of AppException in jp.ecuacion.lib.core.exception.unchecked
Constructors in jp.ecuacion.lib.core.exception.unchecked with parameters of type AppExceptionModifierConstructorDescriptionConstructs a new instance withAppException. -
Uses of AppException in jp.ecuacion.lib.core.util
Subclasses of AppException in jp.ecuacion.lib.core.utilModifier and TypeClassDescriptionstatic classDesignates an exception which occurs because the format of an argument string is wrong.static classDesignates an exception which occurs because the format of an argument string is wrong.Methods in jp.ecuacion.lib.core.util with parameters of type AppExceptionModifier and TypeMethodDescriptionExceptionUtil.getAppExceptionMessageList(AppException appException, Locale locale) Returns listed SingleAppExceptions (= AppExceptions with messages).ExceptionUtil.getAppExceptionMessageList(AppException appException, Locale locale, boolean isValidationMessagesWithItemNames) Returns listed SingleAppExceptions (= AppExceptions with messages).static List<SingleAppException> ExceptionUtil.getSingleAppExceptionList(AppException appException) Returns listed SingleAppExceptions (= AppExceptions with messages).Methods in jp.ecuacion.lib.core.util that throw AppException