类 Assert
java.lang.Object
cn.webestar.scms.commons.Assert
- 作者:
- zgs
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Assert
public Assert()
-
-
方法详细资料
-
notNull
- 抛出:
CommonException
-
notEmpty
- 抛出:
CommonException
-
isTrue
public static void isTrue(boolean expression, Integer errorCode, String errorMsg) throws CommonException - 抛出:
CommonException
-