Package 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:
- java.io.Serializable
 
 public class IncompleteDataException extends java.io.IOExceptionThis 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- Author:
- svata
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IncompleteDataException(java.lang.String message, java.lang.Object missingDataID, java.lang.Object containerID)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetContainerID()java.lang.ObjectgetMissingDataID()java.lang.StringtoString()
 
-