ductt-neo / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Introduction of Exception Handling in Client JavaScript #355

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a result of JsUnit testing and code reviewing I would like to suggest to
introduce some exception classes. 

While reviewing the SVG-classes for example, often non checked method
parameters attracted attention. 

May be it is useful to define an InvalidParameterException class to cover
this kind of problem. This would also result in better testing possibilities. 

Original issue reported on code.google.com by sven.wag...@gmail.com on 11 Feb 2009 at 1:58