org.edg.data.util
Interface Faultable
- All Known Implementing Classes:
- FaultableException
- public interface Faultable
This is a interface that a class, usually an Exception, can call to
transform itself into an Axis Fault. Our top level Faultable Exception,
FaultableException
has a helper method FaultableException.makeFault(String, String)
which does the work for our classes.
- Version:
- $Id: Faultable.java,v 1.2 2003/03/03 09:31:05 jamesc Exp $
- Author:
- James Casey
Method Summary |
org.apache.axis.AxisFault |
asFault()
return this exception as an AXIS Fault |
asFault
public org.apache.axis.AxisFault asFault()
- return this exception as an AXIS Fault
- Returns:
- the fault