类 MathInternalError

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

@Deprecated public class MathInternalError extends MathIllegalStateException
已过时。
as of 1.0, this exception is replaced by MathIllegalStateException
当发生不应该发生的情况时触发异常。
另请参阅:
  • 构造器详细资料

    • MathInternalError

      public MathInternalError()
      已过时。
      简单构造函数。
    • MathInternalError

      public MathInternalError(Throwable cause)
      已过时。
      简单构造函数。
      参数:
      cause - 根本原因
    • MathInternalError

      public MathInternalError(Localizable pattern, Object... args)
      已过时。
      接受本地化消息的构造函数。
      参数:
      pattern - 解释错误原因的消息模式。
      args - 参数。