类 CodingGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sohelp.boot.admin.core.exceptions.CodingGeneratorException
所有已实现的接口:
Serializable

public class CodingGeneratorException extends RuntimeException
编码生成异常类。
从以下版本开始:
2025/11/11
作者:
AaronFung
另请参阅:
  • 构造器详细资料

    • CodingGeneratorException

      public CodingGeneratorException(String msg)
      构造一个带有指定错误信息的编码生成器异常对象。
      参数:
      msg - 错误信息描述
    • CodingGeneratorException

      public CodingGeneratorException(String msg, Throwable cause)
      构造一个包含错误信息和原因的CodingGeneratorException异常对象。
      参数:
      msg - 错误描述信息
      cause - 导致当前异常的原始异常对象
    • CodingGeneratorException

      public CodingGeneratorException(Throwable cause)
      构造一个带有原因的CodingGeneratorException异常对象。
      参数:
      cause - 导致当前异常的原始异常对象