org.openide.loaders
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:
Serialized Form

Constructor Summary
DataObjectNotFoundException(FileObject obj)
          Create a new exception.
 
Method Summary
 FileObject getFileObject()
          Get the file which does not have a data object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataObjectNotFoundException

public DataObjectNotFoundException(FileObject obj)
Create a new exception.
Parameters:
obj - the file that does not have a data object
Method Detail

getFileObject

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


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.