When an XPathException gets caused by another exception, only the message
gets remembered, all the rest of the information that comes with the cause
exception gets discarded. This is especially tragic when the cause again
had a cause. In one case, it took me a whole day to find out that the real
cause of an XPathException was a FileNotFoundException.
Nobody/Anonymous
None
None
Public