类 EntityFormulaException

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

public class EntityFormulaException extends RuntimeException
实体公式数据错误
从以下版本开始:
2022/01/16
作者:
AaronFung
另请参阅:
  • 构造器详细资料

    • EntityFormulaException

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

      public EntityFormulaException(String msg, Throwable cause)
      构造EntityFormulaException异常对象
      参数:
      msg - 异常消息描述
      cause - 导致当前异常的原始异常对象
    • EntityFormulaException

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