org.edg.data.util.attribute
Class UnsupportedAttributeTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.FaultableException
                    |
                    +--org.edg.data.util.attribute.UnsupportedAttributeTypeException
All Implemented Interfaces:
Faultable, java.io.Serializable

public final class UnsupportedAttributeTypeException
extends FaultableException

Version:
$Id: UnsupportedAttributeTypeException.java,v 1.1 2003/09/06 14:43:27 jamesc Exp $
Author:
James Casey, Sophie Lemaitre
See Also:
Serialized Form

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

UnsupportedAttributeTypeException

public UnsupportedAttributeTypeException(java.lang.String attrType)
Constructs an UnsupportedAttributeTypeException with the specified detail message.

Parameters:
attrType - the attribute type
Method Detail

getAttrType

public java.lang.String getAttrType()

asFault

public org.apache.axis.AxisFault asFault()
return this exception as an AXIS Fault

Specified by:
asFault in interface Faultable
Overrides:
asFault in class FaultableException
Returns:
the fault

faultCode

public static java.lang.String faultCode()