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:
Serializable
Signals that a symbol, that was not defined as a delimiter, was used
as a delimiter.
- Author:
- Kurt Vermeulen
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InvalidDelimiterException
(char ch, String symbolName) protected
InvalidDelimiterException
(String symbolName) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDelimiterException
-
InvalidDelimiterException
-