Updates: Status: DoneComment #10 on issue 736 by pekka.klarck: Uncatchable syntax errors should be turned into normal failures when possible
http://code.google.com/p/robotframework/issues/detail?id=736
This issue was updated by revision 50f29ad66d56. Now also failing Java argument coersion raises ValueError and not DataError. I went through the code base and looked for all places where DataError wereused. Couldn't find more places where it would be appropriate to use something
else.