|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.edg.data.util.FaultableException | +--org.edg.data.util.attribute.UnsupportedAttributeTypeException
Constructor Summary | |
UnsupportedAttributeTypeException(java.lang.String attrType)
Constructs an UnsupportedAttributeTypeException with the specified
detail message. |
Method Summary | |
org.apache.axis.AxisFault |
asFault()
return this exception as an AXIS Fault |
static java.lang.String |
faultCode()
|
java.lang.String |
getAttrType()
|
Methods inherited from class org.edg.data.util.FaultableException |
makeFault |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnsupportedAttributeTypeException(java.lang.String attrType)
UnsupportedAttributeTypeException
with the specified
detail message.
attrType
- the attribute typeMethod Detail |
public java.lang.String getAttrType()
public org.apache.axis.AxisFault asFault()
asFault
in interface Faultable
asFault
in class FaultableException
public static java.lang.String faultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |