类 MathParseException

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

@Deprecated public class MathParseException extends MathIllegalStateException
已过时。
as of 1.0, this exception is replaced by MathIllegalStateException
用于表示解析失败的类。
另请参阅:
  • 构造器详细资料

    • MathParseException

      public MathParseException(String wrong, int position, Class<?> type)
      已过时。
      简单构造函数。
      参数:
      wrong - 对象的错误字符串表示。
      position - 导致解析失败的wrong字符串中的索引。
      type - 由wrong字符串表示的对象的类。
    • MathParseException

      public MathParseException(String wrong, int position)
      已过时。
      简单构造函数。
      参数:
      wrong - 对象的错误字符串表示。
      position - 导致解析失败的wrong字符串中的索引。