Package com.ibm.di.exceptions
Class MissingAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.exceptions.MissingAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingAttributeException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingAttributeException(java.lang.String msg, java.lang.String name)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeName()
Return the name of the missing Attribute
-