Closed GoogleCodeExporter closed 8 years ago
Thanks. It will be refined in later release.
Original comment by fangyid...@gmail.com
on 11 May 2009 at 3:51
Hi, could any of you fix this issue? Thanks.
Original comment by fangyid...@gmail.com
on 2 Jun 2009 at 10:02
Hi,
Indeed, this bug is very annoying because standard error-handling code
gets confused due to:
1. It breaks the typical exception.toString() implementation not to report its
name first
(this is the most disturbing).
2. The exception does not have an exception-message at all.
FIX
---
Please,
a) move the code from ParseException.toString() to ParseException.getMessage(),
and
b) stop overridding toString() method.
Original comment by ankos...@gmail.com
on 8 Jul 2010 at 6:19
This is done in r214.
Original comment by jon.cham...@gmail.com
on 10 Aug 2013 at 3:40
Original issue reported on code.google.com by
wascally@gmail.com
on 9 May 2009 at 10:50