Uses of Class
jp.ecuacion.lib.core.exception.checked.MultipleAppException
Packages that use MultipleAppException
Package
Description
Provides Exceptions.
Provides utilities used in wide situations.
-
Uses of MultipleAppException in jp.ecuacion.lib.core.exception.checked
Constructors in jp.ecuacion.lib.core.exception.checked with parameters of type MultipleAppExceptionModifierConstructorDescriptionConstructs a new instance withMultipleAppException. -
Uses of MultipleAppException in jp.ecuacion.lib.core.util
Methods in jp.ecuacion.lib.core.util that return types with arguments of type MultipleAppExceptionModifier and TypeMethodDescriptionstatic <T> Optional<MultipleAppException> ValidationUtil.validateThenReturn(T object) Validates and returnsMultipleAppExceptionif validation errors exist.static <T> Optional<MultipleAppException> ValidationUtil.validateThenReturn(T object, Boolean addsItemNameToMessage, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix) Validates and returnsMultipleAppExceptionif validation errors exist.Methods in jp.ecuacion.lib.core.util that throw MultipleAppExceptionModifier and TypeMethodDescriptionstatic StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Function<String, String> valueGetterFromKey) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Function<String, String> valueGetterFromKey, EmbeddedParameterUtil.Options options) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Map<String, String> parameterMap) Returns string with embedded parameters replaced.static StringEmbeddedParameterUtil.getParameterReplacedString(String string, String startSymbol, String endSymbol, Map<String, String> parameterMap, EmbeddedParameterUtil.Options options) Returns string with embedded parameters replaced.EmbeddedParameterUtil.getPartList(String string, String[] startSymbols, String endSymbol, EmbeddedParameterUtil.Options options) Divides the argument string into simple string and parameter parts and Returns list of them.static <T> voidValidationUtil.validateThenThrow(T object) Validates and throwsMultipleAppExceptionif validation errors exist.static <T> voidValidationUtil.validateThenThrow(T object, Boolean addsItemNameToMessage, PropertyFileUtil.Arg messagePrefix, PropertyFileUtil.Arg messagePostfix) Validates and throwsMultipleAppExceptionif validation errors exist.