Uses of Class
jp.ecuacion.lib.core.exception.checked.SingleAppException
Packages that use SingleAppException
Package
Description
Provides Exceptions.
Provides utilities used in wide situations.
-
Uses of SingleAppException in jp.ecuacion.lib.core.exception.checked
Subclasses of SingleAppException in jp.ecuacion.lib.core.exception.checkedModifier and TypeClassDescriptionclassIs used for buziness logic exceptions.classHolds a Jakarta Validations violation.Methods in jp.ecuacion.lib.core.exception.checked that return types with arguments of type SingleAppExceptionModifier and TypeMethodDescriptionMultipleAppException.getList()Returns a list ofSingleAppException.Constructor parameters in jp.ecuacion.lib.core.exception.checked with type arguments of type SingleAppExceptionModifierConstructorDescriptionMultipleAppException(List<? extends SingleAppException> list) Constructs a new instance with a list ofAppException. -
Uses of SingleAppException in jp.ecuacion.lib.core.util
Subclasses of SingleAppException 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 that return types with arguments of type SingleAppExceptionModifier and TypeMethodDescriptionstatic List<SingleAppException> ExceptionUtil.getSingleAppExceptionList(AppException appException) Returns listed SingleAppExceptions (= AppExceptions with messages).