Details
Description
Code that #includes util/NoDefTranscoderException.hpp will
not compile (at least with gcc/g++ 3.2.2). The class constructors
pass the wrong arguments to the base class, XMLException, and
the class fails to implement the abstract base getType() method.
It looks like the fix is to simply remove the file. I can't
find the class used anywhere in the source, and it's name isn't
registered in the XMLUni class like all the other exceptions
(which are declared using the MakeXMLException macro).