Class InvalidSyntaxException

    • Constructor Detail

      • InvalidSyntaxException

        public InvalidSyntaxException()
        Creates a new instance of InvalidSyntaxException without detail message.
      • InvalidSyntaxException

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

        public InvalidSyntaxException​(String message,
                                      Throwable cause)
        Constructs an instance of InvalidSyntaxException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - cause
      • InvalidSyntaxException

        public InvalidSyntaxException​(Throwable cause)
        Constructs an instance of InvalidSyntaxException with the specified detail cause.
        Parameters:
        cause - cause