Re: [JGIT PATCH] Disambiguate "push not supported" from "repository not found"
- Date: Fri, 29 Aug 2008 11:20:44 +0200
- From: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx>
- Subject: Re: [JGIT PATCH] Disambiguate "push not supported" from "repository not found"
fredagen den 29 augusti 2008 02.18.38 skrev Shawn O. Pearce:
> + if (avail.isEmpty())
> + throw noRepository();
> throw eof;
> }
>
> @@ -185,6 +182,10 @@ else if (this instanceof FetchConnection)
> available(avail);
> }
>
> + protected TransportException noRepository() {
> + return new NoRemoteRepositoryException(uri, "not found.");
> + }
> +
Why an extra method for instantiating the exception?
-- robin
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html