Class InvalidSyntaxException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidSyntaxException​(java.lang.String msg)
      Constructs an instance of InvalidExpressionException with the specified detail message.
      InvalidSyntaxException​(java.lang.String msg, int position)
      Constructs an instance of InvalidExpressionException with the specified detail message.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPosition()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • InvalidSyntaxException

        public InvalidSyntaxException​(java.lang.String msg)
        Constructs an instance of InvalidExpressionException with the specified detail message.
        Parameters:
        msg - the detail message.
      • InvalidSyntaxException

        public InvalidSyntaxException​(java.lang.String msg,
                                      int position)
        Constructs an instance of InvalidExpressionException with the specified detail message.
        Parameters:
        msg - the detail message.
        position - the position