Uses of Class
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
Packages that use BizLogicAppException
Package
Description
Provides Exceptions.
Provides utilities used in wide situations.
-
Uses of BizLogicAppException in jp.ecuacion.lib.core.exception.checked
Methods in jp.ecuacion.lib.core.exception.checked that return BizLogicAppExceptionModifier and TypeMethodDescriptionProvidesThrowable.initCause(Throwable)with method chain.BizLogicAppException.itemPropertyPaths(String... itemPropertyPaths) Sets propertyPath and returns self for method chain. -
Uses of BizLogicAppException in jp.ecuacion.lib.core.util
Subclasses of BizLogicAppException 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 throw BizLogicAppExceptionModifier and TypeMethodDescriptionFileUtil.getPathListFromPathWithWildcard(String path) Returns a list of paths which match the path passed by the argument path with wildcards.static booleanFileUtil.isRelativePath(String path) Returns true if the path is relative.