Package org.scilab.forge.jlatexmath
Class JMathTeXException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scilab.forge.jlatexmath.JMathTeXException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
DelimiterMappingNotFoundException
,FormulaNotFoundException
,InvalidAtomTypeException
,InvalidDelimiterException
,InvalidDelimiterTypeException
,InvalidMatrixException
,InvalidSymbolTypeException
,InvalidTeXFormulaException
,InvalidUnitException
,ParseException
,ResourceParseException
,SymbolMappingNotFoundException
,SymbolNotFoundException
,TextStyleMappingNotFoundException
public class JMathTeXException extends java.lang.RuntimeException
Superclass of all the possible (public) exceptions that can be thrown in this package.- Author:
- Kurt Vermeulen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JMathTeXException(java.lang.String msg)
protected
JMathTeXException(java.lang.String msg, java.lang.Throwable cause)
-