com.im.df.api.util.xml
Class IncompleteDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.im.df.api.util.xml.IncompleteDataException
- All Implemented Interfaces:
- Serializable
public class IncompleteDataException
- extends IOException
This IOException subclass specifically describes a situation, where an item
cannot be deserialized because of some missing information. This may mean
an ID which no longer denotes an existing data, or missing required environment
necessary for connecting the deserialized data.
Specifically, this Exception is used when an ID is encountered that no longer
denotes a DFItem, or when an ID of the required parent item is read, which
no longer denotes a valid DFItem container
- See Also:
- Serialized Form
IncompleteDataException
public IncompleteDataException(String message,
Object missingDataID,
Object containerID)
getContainerID
public Object getContainerID()
getMissingDataID
public Object getMissingDataID()
toString
public String toString()
- Overrides:
toString in class Throwable