Class JMathTeXException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DelimiterMappingNotFoundException, FormulaNotFoundException, InvalidAtomTypeException, InvalidDelimiterException, InvalidDelimiterTypeException, InvalidMatrixException, InvalidSymbolTypeException, InvalidTeXFormulaException, InvalidUnitException, ParseException, ResourceParseException, SymbolMappingNotFoundException, SymbolNotFoundException, TextStyleMappingNotFoundException

public class JMathTeXException extends RuntimeException
Superclass of all the possible (public) exceptions that can be thrown in this package.
Author:
Kurt Vermeulen
See Also:
  • Constructor Details

    • JMathTeXException

      protected JMathTeXException(String msg)
    • JMathTeXException

      protected JMathTeXException(String msg, Throwable cause)