You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@javart.com.pl on 2004/04/02 14:08:46 UTC

Re: Exception Handling - possible solution

> Axis now uses the <details> element in the fault to locate the correct
> Exception class.  A table of QNames to Exception class names is kept and
> each child element of <details> is looked up in this table until we
find a
> match (or don't, then we throw an AxisFault).

Well, as I saw in source code, there's no place where other exception than
AxisFault is thrown. Axis encapsulates all exceptions with AxisFault and
it always contains only stack trace of cause exception.

MJS