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