Skip to main content

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

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?

-- robin


Back to the top