melobot.exceptions¶
- exception melobot.exceptions.UtilError[源代码]¶
基类:
BotExceptionmelobot.utils 异常
- exception melobot.exceptions.BotError[源代码]¶
基类:
BotExceptionmelobot bot 异常
- exception melobot.exceptions.SourceError[源代码]¶
基类:
BotExceptionmelobot 源异常
- exception melobot.exceptions.PluginError[源代码]¶
基类:
BotExceptionmelobot 插件异常
- exception melobot.exceptions.PluginAutoGenError[源代码]¶
基类:
PluginErrormelobot 插件自动生成异常
- exception melobot.exceptions.PluginLoadError[源代码]¶
基类:
PluginErrormelobot 插件加载异常
- exception melobot.exceptions.PluginIpcError[源代码]¶
基类:
PluginErrormelobot 插件间通信异常
- exception melobot.exceptions.SessionError[源代码]¶
基类:
BotExceptionmelobot 会话异常
- exception melobot.exceptions.SessionStateFailed[源代码]¶
基类:
SessionError
- exception melobot.exceptions.SessionRuleLacked[源代码]¶
基类:
SessionError
- exception melobot.exceptions.FlowError[源代码]¶
基类:
BotExceptionmelobot 处理流异常
- exception melobot.exceptions.LogError[源代码]¶
基类:
BotExceptionmelobot 日志器异常
- exception melobot.exceptions.HookError[源代码]¶
基类:
BotExceptionmelobot 生命周期组件异常
- exception melobot.exceptions.AdapterError[源代码]¶
基类:
BotExceptionmelobot 适配器异常
- exception melobot.exceptions.ActionHandleError[源代码]¶
基类:
BotExceptionmelobot 行为操作异常
- exception melobot.exceptions.DependError[源代码]¶
基类:
BotExceptionmelobot 依赖注入异常
- exception melobot.exceptions.DependInitError[源代码]¶
基类:
DependErrormelobot 依赖注入项初始化失败
- exception melobot.exceptions.DependRuntimeError[源代码]¶
基类:
DependErrormelobot 依赖注入的运行时失败
- exception melobot.exceptions.DynamicImpError[源代码]¶
基类:
BotExceptionmelobot 动态导入组件异常