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 voidAssertUtil.fail(BaseException baseException, String... extendInfos) 抛出指定运行时异常static voidAssertUtil.isFalse(boolean condition, BaseException baseException, String... extendInfos) 校验指定条件为truestatic voidAssertUtil.isTrue(boolean condition, BaseException baseException, String... extendInfos) 校验指定条件为truestatic voidAssertUtil.notBlank(String str, BaseException baseException, String... extendInfos) 校验字符串不能为空static voidAssertUtil.notEmpty(Collection collection, BaseException baseException, String... extendInfos) 校验指定集合不能为空static voidAssertUtil.notEmpty(Map map, BaseException baseException, String... extendInfos) 校验指定对象不能为nullstatic voidAssertUtil.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 BaseExceptionBaseException.MISSINGstatic final BaseExceptionBaseException.PARAMETER_ERRORstatic final BaseExceptionBaseException.PARAMETER_OVERFLOWstatic final BaseExceptionBaseException.REPEAT_OPERATIONstatic final BaseExceptionBaseException.SYSTEM_ERRORstatic final BaseExceptionBaseException.UN_SUPPORT_ENCRYPT_TYPEstatic final BaseExceptionBaseException.UNKNOWNConstructors 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