Package org.scilab.forge.jlatexmath
Class InvalidDelimiterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scilab.forge.jlatexmath.JMathTeXException
-
- org.scilab.forge.jlatexmath.InvalidDelimiterException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidDelimiterException extends JMathTeXException
Signals that a symbol, that was not defined as a delimiter, was used as a delimiter.- Author:
- Kurt Vermeulen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InvalidDelimiterException(char ch, java.lang.String symbolName)
protected
InvalidDelimiterException(java.lang.String symbolName)
-