类分层结构
- java.lang.Object
- tech.testnx.cah.common.exceptions.ExpectedCahExceptionHandlers
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Error
- tech.testnx.cah.common.exceptions.StopTestError
- java.lang.Exception
- java.lang.RuntimeException
- tech.testnx.cah.common.exceptions.CahException (implements tech.testnx.cah.common.exceptions.SelfHandle<E>)
- tech.testnx.cah.common.exceptions.TransactionException
- java.lang.RuntimeException
- java.lang.Error
接口分层结构
- tech.testnx.cah.common.exceptions.HandleException<E>
- tech.testnx.cah.common.exceptions.SelfHandle<E>
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- tech.testnx.cah.common.exceptions.ExceptionSeverityEnum
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)