Class SqlExImpossibleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SqlExImpossibleException
    extends SqlExException
    不可能出现的异常,由于sqlex在编译时保证了各种情况的确定性,有些分支条件下是不可能出现异常的.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • SqlExImpossibleException

        public SqlExImpossibleException()
      • SqlExImpossibleException

        public SqlExImpossibleException​(java.lang.String message)
      • SqlExImpossibleException

        public SqlExImpossibleException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • SqlExImpossibleException

        public SqlExImpossibleException​(java.lang.Throwable cause)