On 22 Feb 2011, at 21:50, Andreas Delmelle wrote:

> ColorUtil seems to be somewhat of a can of worms... 
<snip />
> If I judge correctly, for some (if not most) of the methods, there seems to 
> be no need for a try-catch block (?)

Sorry, forgot RuntimeExceptions, of course, which are converted into 
PropertyExceptions by said catch-blocks...

Even then, explicitly catching RuntimeException as a last resort would seem 
preferable to plain Exception. That would have avoided my confusion here, at 
least. ;-)


Regards,

Andreas
---

Reply via email to