Uses of Class
cloud.opencode.base.log.exception.OpenLogException
Packages that use OpenLogException
Package
Description
Log Exceptions - Exception Classes for Log Module
日志异常 - 日志模块的异常类
-
Uses of OpenLogException in cloud.opencode.base.log.exception
Methods in cloud.opencode.base.log.exception that return OpenLogExceptionModifier and TypeMethodDescriptionstatic OpenLogExceptionOpenLogException.adapterNotFound(String adapterType) Creates an adapter not found exception.static OpenLogExceptionOpenLogException.initializationFailed(Throwable cause) Creates an initialization failed exception.static OpenLogExceptionOpenLogException.invalidConfig(String configKey, String message) Creates an invalid configuration exception.static OpenLogExceptionOpenLogException.providerNotFound()Creates a provider not found exception.static OpenLogExceptionOpenLogException.unsupportedOperation(String operation) Creates an unsupported operation exception.