Subj : Rhino: missing feature, line-number information in all thrown exceptions To : netscape.public.mozilla.jseng From : "Merten Schumann" Date : Thu Aug 28 2003 11:03 am Hello, is it possible to implement methods like ECMAError::getLineNumber() in other exceptions thrown by Rhino (EvaluatorException, JavaScriptException) too? That would be very helpful in debugging or in general when exceptions appear. I saw EvaluatorException's message to include ", line 14" which means, the line-number information was known at time of throwing the exception. A .getLineNumber() would allow me to implement/document a well-defined way for a user how to find out where his script crashed ... ~Merten .