类 ArgsCountDontMatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.vorbote.commons.except.ArgsCountDontMatchException
-
- 所有已实现的接口:
Serializable
public class ArgsCountDontMatchException extends RuntimeException
This exception means that the count of your given args doesn't match the count of the wild cards.- 从以下版本开始:
- 1.5.1
- 作者:
- vorbote thills@vorbote.cn
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ArgsCountDontMatchException()ArgsCountDontMatchException(String message)
-
方法概要
-
-
-
构造器详细资料
-
ArgsCountDontMatchException
public ArgsCountDontMatchException()
-
ArgsCountDontMatchException
public ArgsCountDontMatchException(String message)
-
-