Package cool.scx.data.query.exception
Class ValidParamListIsEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cool.scx.data.query.exception.ValidParamListIsEmptyException
- All Implemented Interfaces:
Serializable
当 whereType 为 in 或 not in 时 有效的参数条目 (指去除 null 后的) 为空
- Version:
- 0.0.1
- Author:
- scx567888
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidParamListIsEmptyException
a- Parameters:
whereType- a
-