com.im.df.api 5.9

com.im.df.api.util.xml
Class IncompleteDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
IncompleteDataException(String message, Object missingDataID, Object containerID)
           
 
Method Summary
 Object getContainerID()
           
 Object getMissingDataID()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteDataException

public IncompleteDataException(String message,
                               Object missingDataID,
                               Object containerID)
Method Detail

getContainerID

public Object getContainerID()

getMissingDataID

public Object getMissingDataID()

toString

public String toString()
Overrides:
toString in class Throwable

com.im.df.api 5.9