Class WrongConditionTypeParamSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cool.scx.data.jdbc.exception.WrongConditionTypeParamSizeException
- All Implemented Interfaces:
Serializable
WhereBody 参数长度异常
- Version:
- 0.0.1
- Author:
- scx567888
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWrongConditionTypeParamSizeException(String name, ConditionType conditionType, int paramSize) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WrongConditionTypeParamSizeException
public WrongConditionTypeParamSizeException(String name, ConditionType conditionType, int paramSize)
-