Class HcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.huiche.core.exception.HcException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HcAstException, HcDaoException, HcDDLException, HcDialectException, HcJdbcException
-
Constructor Summary
ConstructorsConstructorDescriptionHcException(String message) 基础异常HcException(String message, Throwable cause) 基础异常 -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HcException
-
HcException
-