Class MathParseException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class MathParseException extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
Class to signal parse failures.
See Also:
  • Constructor Details

    • MathParseException

      public MathParseException(String wrong, int position, Class<?> type)
      Deprecated.
      Simple constructor.
      Parameters:
      wrong - Bad string representation of the object.
      position - Index, in the wrong string, that caused the parsing to fail.
      type - Class of the object supposedly represented by the wrong string.
    • MathParseException

      public MathParseException(String wrong, int position)
      Deprecated.
      Simple constructor.
      Parameters:
      wrong - Bad string representation of the object.
      position - Index, in the wrong string, that caused the parsing to fail.