Write a Python program that takes a URL and downloads the content of the webpage. The program should handle exceptions for with time, like invalid URL, no internet connection, etc.
Example 1:
Input: "https://www.example.com"
Output: "<!doctype html>..."
Example 2:
Input:"https://www.example.com/"
Output: "Exception: Invalid URL"