Well, if you look up the documentation: http://java.sun.com/j2se/1.4.2/docs/api/java/text/ParseException.html, it says that it "Signals that an error has been reached unexpectedly while parsing".
It's thrown by quite a few methods so I'd suggest you give the code that's causing you this problem so we can pinpoint the cause.