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.