On Sat, Mar 15, 2008 at 10:48 AM, <[EMAIL PROTECTED]> wrote: > Log: > TILES-253 > Reorganized exceptions: now TilesException is a RuntimeException. > Created new specific exceptions.
I haven't had time to fully investigate this, so I apologize if I misunderstand. But I'm not real comfortable with the idea of completely removing checked exceptions and making everything a runtime exception. I understand the need to support runtime exceptions and am not opposed to creating a TilesRuntimeException or something of the like, but it seems like maybe there are still parts of the API that might need to declare checked exceptions. What are your thoughts on that? And does anyone else have any thoughts about it? Thanks, Greg
