2011/12/26 Ali Anil Sinaci <[email protected]>: > On 12/26/2011 03:12 PM, Olivier Grisel wrote: >> >> 2011/12/26 Ali Anil Sinaci<[email protected]>: >>> >>> Hello all, >>> >>> I was adopting the new interface of ContentItem and realized that it >>> might >>> be better to move Store interface from enhancer into contenhub? >> >> +1, please open an issue for this. >> > Ok. > >>> I also want >>> to add some exception throws to the interface. What do you think? >> >> Which ones? >> > I have my own exception class and want to add "throws ..." declarations to > Store.put and Store.get functions.
Do you have any exception class in mind? Otherwise I would go for a new class called StoreException that derives from IOException. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel
