com.ibm.di.exceptions
Class MissingAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.exceptions.MissingAttributeException
All Implemented Interfaces:
java.io.Serializable

public class MissingAttributeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MissingAttributeException(java.lang.String msg, java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String getAttributeName()
          Return the name of the missing Attribute
 
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

MissingAttributeException

public MissingAttributeException(java.lang.String msg,
                                 java.lang.String name)
Constructor

Parameters:
msg - The message
name - The name of the missing attribute
Method Detail

getAttributeName

public java.lang.String getAttributeName()
Return the name of the missing Attribute

Returns:
The name of the missing Attribute