Package me.danwi.sqlex.core.exception
Class SqlExImpossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.danwi.sqlex.core.exception.SqlExException
me.danwi.sqlex.core.exception.SqlExImpossibleException
- All Implemented Interfaces:
Serializable
不可能出现的异常,由于sqlex在编译时保证了各种情况的确定性,有些分支条件下是不可能出现异常的.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSqlExImpossibleException(String message) SqlExImpossibleException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SqlExImpossibleException
public SqlExImpossibleException() -
SqlExImpossibleException
-
SqlExImpossibleException
-
SqlExImpossibleException
-