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:
Serializable
- Direct Known Subclasses:
DelimiterMappingNotFoundException,FormulaNotFoundException,InvalidAtomTypeException,InvalidDelimiterException,InvalidDelimiterTypeException,InvalidMatrixException,InvalidSymbolTypeException,InvalidTeXFormulaException,InvalidUnitException,ParseException,ResourceParseException,SymbolMappingNotFoundException,SymbolNotFoundException,TextStyleMappingNotFoundException
Superclass of all the possible (public) exceptions that can be thrown in this package.
- Author:
- Kurt Vermeulen
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJMathTeXException(String msg) protectedJMathTeXException(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JMathTeXException
-
JMathTeXException
-