Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends JMathTeXException
Signals that an error occured while parsing a string to a formula.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String str, Throwable cause)
    • ParseException

      public ParseException(String str)