Uses of Class
org.scilab.forge.jlatexmath.JMathTeXException

Uses of JMathTeXException in org.scilab.forge.jlatexmath
 

Subclasses of JMathTeXException in org.scilab.forge.jlatexmath
 class DelimiterMappingNotFoundException
          Signals a missing character-to-delimiter mapping.
 class FontAlreadyLoadedException
           
 class FormulaNotFoundException
          Signals that unknown predefined TeXFormula name was used.
 class InvalidAtomTypeException
          Signals that an unknown atom type constant was used.
 class InvalidDelimiterException
          Signals that a symbol, that was not defined as a delimiter, was used as a delimiter.
 class InvalidDelimiterTypeException
          Signals that an unknown delimiter type constant was used.
 class InvalidMatrixException
          Signals a problem of dimensions in the matrix.
 class InvalidSymbolTypeException
          Signals that an unknown symbol type constant or a symbol of the wrong type was used.
 class InvalidTeXFormulaException
          Signals that an invalid TeXFormula was used.
 class InvalidUnitException
          Signals that an unknown unit constant was used.
 class ParseException
          Signals that an error occured while parsing a string to a formula.
 class ResourceParseException
          Signals that an error occurred while loading the necessary resources into memory.
 class SymbolMappingNotFoundException
          Signals a missing symbol mapping.
 class SymbolNotFoundException
          Signals that an unknown symbol was used.
 class TextStyleMappingNotFoundException
          Signals a missing text style mapping.
 class XMLResourceParseException