RE: [lang] concept proposal: error resort

2003-12-11 Thread ASHWIN Suresh
I would say I am still at the concept stage only, and can say very little about actual implementation. That is something we can do here provided the concept sounds useful. We could possibly look at providing some facility like you mention, rather than requiring the coder to code if-else blocks in e

Re: [lang] concept proposal: error resort

2003-12-11 Thread Tomasz Pik
On 2003-12-11 19:44, Ash .. wrote: The concept of error resort. A core package, such as lang, will define an interface which has a method like: setErrorResort(int CONSTANT); ErrorResortType extends Enum... setErrorResort(ErrorResortType CONSTANT); ? with constants such as THROW_EXCEPTION, RET