Initially it seemed attractive to make this exception extend {@link WBSAXException} so that we could avoid wrapping exceptions as theypassed up the stack from WBSAX to WBDOM. Unfortunately, this doesn't work because in order to avoid the wrapping, the inverse is actually required (i.e. the WBSAX exception would have to extend the WBDOM exception), which is clearly bogus. Seems like there is some underlying problem with Java in this regard but I have no more time to think about it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|