RE: [all] RuntimeExceptions, assertions, and pluggable validation

2003-08-27 Thread Hope, Matthew
> Here's a rough idea: > > > class AsserterFactory > Asserter getAsserter(String name) > > interface Asserter > void assertTrue(boolean condition, String message) > > class Java14Asserter > void assertTrue(boolean condition, String message) > assert condition : m

Re: [all] RuntimeExceptions, assertions, and pluggable validation

2003-08-27 Thread Stephen Colebourne
- From: "Michael Heuer" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 10:16 PM Subject: Re: [all] RuntimeExceptions, assertions, and pluggable validation >

Re: [all] RuntimeExceptions, assertions, and pluggable validation

2003-08-27 Thread Michael Heuer
On Tue, 26 Aug 2003, David Graham wrote: > --- __matthewHawthorne <[EMAIL PROTECTED]> wrote: > > I've been thinking about RuntimeExceptions and assertions... > > > > > > > > Intro > > > > A RuntimeException is typically thought of