public class CodingGeneratorException extends Exception
| 构造器和说明 |
|---|
CodingGeneratorException(String msg)
构造一个带有指定错误信息的编码生成器异常对象。
|
CodingGeneratorException(String msg,
Throwable cause)
构造一个包含错误信息和原因的CodingGeneratorException异常对象。
|
CodingGeneratorException(Throwable cause)
构造一个带有原因的CodingGeneratorException异常对象。
|
public CodingGeneratorException(String msg)
msg - 错误信息描述public CodingGeneratorException(String msg, Throwable cause)
msg - 错误描述信息cause - 导致当前异常的原始异常对象public CodingGeneratorException(Throwable cause)
cause - 导致当前异常的原始异常对象Copyright © 2025. All rights reserved.