所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException (implements cn.herodotus.engine.assistant.core.definition.exception.HerodotusException)
- cn.herodotus.engine.assistant.core.exception.PlatformException
- cn.herodotus.engine.websocket.core.exception.WebSocketException
- cn.herodotus.engine.assistant.core.exception.PlatformException
- cn.herodotus.engine.assistant.core.definition.exception.AbstractHerodotusException (implements cn.herodotus.engine.assistant.core.definition.exception.HerodotusException)
- java.lang.RuntimeException
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
接口分层结构
- cn.herodotus.engine.assistant.core.constants.BaseConstants
- cn.herodotus.engine.websocket.core.constants.WebSocketConstants