<br>ping<br><br><br>
Is there anybody on the JDOM dev team who can commit this enhancement to the source tree?<br>
<br>Sean<br><br><br><div class="gmail_quote">On Wed, Nov 26, 2008 at 2:55 PM, Sean Sullivan <span dir="ltr"><<a href="mailto:sean@seansullivan.com">sean@seansullivan.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for the feedback. Your suggestion sounds good to me.<br>
<br>
Is there anybody on the JDOM dev team who can commit this enhancement<br>
to the source tree?<br>
<br>
This enhancement would allow Android developers to consume<br>
XML web services using JDOM.<br>
<font color="#888888"><br>
Sean<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Wed, Nov 26, 2008 at 1:27 PM, Laurent Bihanic<br>
<<a href="mailto:laurent.bihanic@atosorigin.com">laurent.bihanic@atosorigin.com</a>> wrote:<br>
><br>
> > Is there a better way to code this? Any other comments?<br>
><br>
> Seems OK but you may wish to stick to the existing way of handling possibly not available exception classes in JDOMException by :<br>
> - adding a new getNestedException() method e.g. getNestedExceptionFromField(Throwable, String, String)<br>
> - using Class.forName() and isAssignableFrom as in :<br>
> Class testClass = Class.forName(className);<br>
> Class objectClass = parent.getClass();<br>
> if (testClass.isAssignableFrom(objectClass)) {<br>
> ...<br>
><br>
</div></div></blockquote></div><br>