melobot.exceptions

exception melobot.exceptions.BotException[源代码]

基类:Exception

bot 异常基类

exception melobot.exceptions.ValidateError[源代码]

基类:BotException

melobot.utils 函数参数验证异常

exception melobot.exceptions.BotError[源代码]

基类:BotException

melobot bot 异常

exception melobot.exceptions.SourceError[源代码]

基类:BotException

melobot 源异常

exception melobot.exceptions.PluginError[源代码]

基类:BotException

melobot 插件异常

exception melobot.exceptions.PluginAutoGenError[源代码]

基类:PluginError

melobot 插件自动生成异常

exception melobot.exceptions.PluginLoadError[源代码]

基类:PluginError

melobot 插件加载异常

exception melobot.exceptions.PluginIpcError[源代码]

基类:PluginError

melobot 插件间通信异常

exception melobot.exceptions.SessionError[源代码]

基类:BotException

melobot 会话异常

exception melobot.exceptions.FlowError[源代码]

基类:BotException

melobot 处理流异常

exception melobot.exceptions.LogError[源代码]

基类:BotException

melobot 日志器异常

exception melobot.exceptions.HookError[源代码]

基类:BotException

melobot 生命周期组件异常

exception melobot.exceptions.AdapterError[源代码]

基类:BotException

melobot 适配器异常

exception melobot.exceptions.DependError[源代码]

基类:BotException

melobot 依赖注入异常

exception melobot.exceptions.DependInitError[源代码]

基类:DependError

melobot 依赖注入项初始化失败

exception melobot.exceptions.DependBindError[源代码]

基类:DependError

melobot 依赖注入项值绑定失败

exception melobot.exceptions.DynamicImpError[源代码]

基类:BotException, ImportError

melobot 动态导入组件异常