Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Git API Exceptions

On Thu, Dec 15, 2011 at 07:20, Robin Rosenberg
<robin.rosenberg@xxxxxxxxxx> wrote:
> It is impossble to add new checked exceptions to JGit commands without
> breaking the
> API. See http://egit.eclipse.org/r/#change,4809
>
> Shouldn't all call() throw a GitAPIException so callers can understand that
> they
> need to catch it in case something new comes along?

Yes.


Back to the top