类 InsufficientDataException

所有已实现的接口:
Serializable, LocalizedException

@Deprecated public class InsufficientDataException extends MathIllegalArgumentException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
需要执行计算时数据不足时抛出的异常。
另请参阅:
  • 构造器详细资料

    • InsufficientDataException

      public InsufficientDataException()
      已过时。
      构造异常。
    • InsufficientDataException

      public InsufficientDataException(Localizable pattern, Object... arguments)
      已过时。
      使用特定上下文构造异常。
      参数:
      pattern - 提供错误特定上下文的消息模式。
      arguments - 用于替换pattern中占位符的值。