be.ugent.caagt.jmathtex

Class JMathTeXException

Known Direct Subclasses:
DelimiterMappingNotFoundException, FormulaNotFoundException, InvalidAtomTypeException, InvalidDelimiterException, InvalidDelimiterTypeException, 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

Constructor Summary

JMathTeXException(String msg)
JMathTeXException(String msg, Throwable cause)

Constructor Details

JMathTeXException

protected JMathTeXException(String msg)

JMathTeXException

protected JMathTeXException(String msg,
                            Throwable cause)