类分层结构
- java.lang.Object
- org.frameworkset.spi.interceptor.DummyInterceptorFacttory (implements org.frameworkset.spi.interceptor.InterceptorFacttory)
- org.frameworkset.spi.interceptor.DumyInterceptor (implements com.frameworkset.proxy.Interceptor)
- org.frameworkset.spi.interceptor.InterceptorChain (implements com.frameworkset.proxy.Interceptor)
- org.frameworkset.spi.interceptor.InterceptorWrapper (implements com.frameworkset.proxy.Interceptor)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- org.frameworkset.spi.interceptor.AfterThrowable
- java.lang.RuntimeException
接口分层结构