Uses of Class
com.luna.common.exception.BaseException
Packages that use BaseException
Package
Description
正则
-
Uses of BaseException in com.luna.common.check
Methods in com.luna.common.check with parameters of type BaseExceptionModifier and TypeMethodDescriptionstatic void
AssertUtil.fail
(BaseException baseException, String... extendInfos) 抛出指定运行时异常static void
AssertUtil.isFalse
(boolean condition, BaseException baseException, String... extendInfos) 校验指定条件为truestatic void
AssertUtil.isTrue
(boolean condition, BaseException baseException, String... extendInfos) 校验指定条件为truestatic void
AssertUtil.notBlank
(String str, BaseException baseException, String... extendInfos) 校验字符串不能为空static void
AssertUtil.notEmpty
(Collection collection, BaseException baseException, String... extendInfos) 校验指定集合不能为空static void
AssertUtil.notEmpty
(Map map, BaseException baseException, String... extendInfos) 校验指定对象不能为nullstatic void
AssertUtil.notNull
(Object object, BaseException baseException, String... extendInfos) 校验指定对象不能为null -
Uses of BaseException in com.luna.common.engine.task
Methods in com.luna.common.engine.task that throw BaseException -
Uses of BaseException in com.luna.common.exception
Fields in com.luna.common.exception declared as BaseExceptionModifier and TypeFieldDescriptionstatic final BaseException
BaseException.MISSING
static final BaseException
BaseException.PARAMETER_ERROR
static final BaseException
BaseException.PARAMETER_OVERFLOW
static final BaseException
BaseException.REPEAT_OPERATION
static final BaseException
BaseException.SYSTEM_ERROR
static final BaseException
BaseException.UN_SUPPORT_ENCRYPT_TYPE
static final BaseException
BaseException.UNKNOWN
Constructors in com.luna.common.exception with parameters of type BaseExceptionModifierConstructorDescriptionBaseException
(BaseException baseException, String... extendMessage) -
Uses of BaseException in com.luna.common.regex
Subclasses of BaseException in com.luna.common.regex