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 TypeClassDescriptionclassHolds a bean validations violation.classIs used for buziness logic exceptions.classConveys multiple SingleAppExceptions at once.classIs an abstract class describing an occurence of a single validation error. -
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
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.getSingleAppExceptionList(AppException appException) Returns listed SingleAppExceptions (= AppExceptions with messages).