org.edg.data.util.attribute
Class NoSuchAttributeDefinitionException

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

public final class NoSuchAttributeDefinitionException
extends FaultableException

Version:
$Id: NoSuchAttributeDefinitionException.java,v 1.1 2003/09/06 14:43:26 jamesc Exp $
Author:
Radovan Chytracek
See Also:
Serialized Form

Constructor Summary
NoSuchAttributeDefinitionException(java.lang.String attr)
          Constructs an NoSuchAttributeDefinitionException 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 getAttr()
           
 
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

NoSuchAttributeDefinitionException

public NoSuchAttributeDefinitionException(java.lang.String attr)
Constructs an NoSuchAttributeDefinitionException with the specified detail message.

Parameters:
attr - the attribute
Method Detail

getAttr

public java.lang.String getAttr()

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()