Class SqlExCheckException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SqlExCheckException
    extends SqlExException
    数据库检查异常
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<TableInfo> getMissed()
      目标数据库缺失的表及字段
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SqlExCheckException

        public SqlExCheckException​(java.util.List<TableInfo> tables)
    • Method Detail

      • getMissed

        public java.util.List<TableInfo> getMissed()
        目标数据库缺失的表及字段
        Returns:
        表和字段