google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

Dump occurs when throwing exception with no text #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. throw any plugin exception that has no text on export
2. exception is caught fine
3. start-of-selection only ends execution if errorMsg is not initial. If
text was blank, it continues execution.  
4. System dump occurs because trying to convert string to XML, because
string is empty.

In start-of-selection, need to exit after catching exceptions instead of
relying on the error message to have text

Original issue reported on code.google.com by ewherrm...@gmail.com on 4 Mar 2007 at 5:13

GoogleCodeExporter commented 9 years ago

Original comment by ewherrm...@gmail.com on 17 Apr 2007 at 6:26