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 bean 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
Methods in jp.ecuacion.lib.core.util that return types with arguments of type SingleAppExceptionModifier and TypeMethodDescriptionExceptionUtil.getSingleAppExceptionList(AppException appException) Returns listed SingleAppExceptions (= AppExceptions with messages).