Class DataObjectNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.openide.loaders.DataObjectNotFoundException
All Implemented Interfaces:
Serializable

public class DataObjectNotFoundException extends IOException
Exception signalling that the data object for a given file object could not be found in DataObject.find(org.openide.filesystems.FileObject).
See Also:
  • Constructor Details

    • DataObjectNotFoundException

      public DataObjectNotFoundException(org.openide.filesystems.FileObject obj)
      Create a new exception.
      Parameters:
      obj - the file that does not have a data object
  • Method Details

    • getFileObject

      public org.openide.filesystems.FileObject getFileObject()
      Get the file which does not have a data object.
      Returns:
      the file