Package me.danwi.sqlex.core.exception
Class SqlExCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.danwi.sqlex.core.exception.SqlExException
-
- me.danwi.sqlex.core.exception.SqlExCheckException
-
- All Implemented Interfaces:
java.io.Serializable
public class SqlExCheckException extends SqlExException
数据库检查异常- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlExCheckException(java.util.List<TableInfo> tables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TableInfo>getMissed()目标数据库缺失的表及字段
-