Re: [Math] Checked vs unchecked exceptions

2010-06-30 Thread Phil Steitz
Gilles Sadowski wrote: > Is it OK to reopen > https://issues.apache.org/jira/browse/MATH-195 > in order to further discuss the issue? > +1 Phil > > Gilles > > - > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > F

[Math] Checked vs unchecked exceptions

2010-06-30 Thread Gilles Sadowski
Is it OK to reopen https://issues.apache.org/jira/browse/MATH-195 in order to further discuss the issue? Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.ap

[Math] Checked vs unchecked exceptions

2010-04-23 Thread Gilles Sadowski
Hello. The "DimensionMismatchException" is a checked exception although it is used to signal unfulfilled preconditions. It should really be an unchecked exception. [It could be turned into a subclass of "MathRuntimeException" while working on issue MATH-361.] Best, Gilles ---