Class MissingClosingBracketException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingClosingBracketException
    extends MalformedAponException
    This exception will be thrown when missing closing brackets.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingClosingBracketException​(java.lang.String bracketShape, java.lang.String name, ParameterValue parameterValue)
      Constructor to create exception with a message.
    • 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

      • MissingClosingBracketException

        public MissingClosingBracketException​(java.lang.String bracketShape,
                                              java.lang.String name,
                                              ParameterValue parameterValue)
        Constructor to create exception with a message.
        Parameters:
        bracketShape - the bracket character
        name - the parameter name
        parameterValue - the parameter value