Class IncompleteDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompleteDataException
    extends java.io.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
    Author:
    svata
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompleteDataException​(java.lang.String message, java.lang.Object missingDataID, java.lang.Object containerID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getContainerID()  
      java.lang.Object getMissingDataID()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message,
                                       java.lang.Object missingDataID,
                                       java.lang.Object containerID)
    • Method Detail

      • getContainerID

        public java.lang.Object getContainerID()
      • getMissingDataID

        public java.lang.Object getMissingDataID()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable