Class MathParseException

    • Constructor Detail

      • MathParseException

        public MathParseException​(String wrong,
                                  int position,
                                  Class<?> type)
        Deprecated.
        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.
        Parameters:
        wrong - Bad string representation of the object.
        position - Index, in the wrong string, that caused the parsing to fail.