Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidDelimiterException

        protected InvalidDelimiterException​(java.lang.String symbolName)
      • InvalidDelimiterException

        protected InvalidDelimiterException​(char ch,
                                            java.lang.String symbolName)