| BotLoginException |
Thrown to indicate a bot login failed
|
| CommandDuplicateException |
Thrown to indicate there is an existed command named this name
|
| CommandLoadException |
Thrown to indicate there is any exception thrown in the initializing process
|
| EventSubmitException |
Thrown to indicate there is any invalid section in Event Submit Chain
|
| IllegalCommandClassException |
Thrown to indicate this class is not an illegal Command class
|
| IllegalPluginClassException |
Thrown to indicate this class is not an illegal Plugin class
|
| IllegalPortException |
Thrown to indicate this port is not available
|
| InputTimeoutException |
Thrown to indicate IOHandler has waited for more than 10 minutes to get input String
|
| JSONParseException |
Thrown to indicate JSON parsing error
|
| PluginDuplicateException |
Thrown to indicate there is an existed plugin named this name
|
| PluginLoaderException |
Thrown to indicate none-MainPlugin plugin is not loaded by PluginClassLoader
|
| PluginLoadException |
Thrown to indicate there is any exception thrown in the initializing process
|
| SchedulerClosedException |
Thrown to indicate a scheduler is closed
|
| TaskNotFinishedException |
Thrown to indicate the task is not finished
|
| VersionFormatException |
Thrown to indicate that a version string is not in the correct format.
|
| YamlLoadException |
Thrown to indicate there is any exception thrown in the yaml loading process
|