当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
DataObjectNotFoundException (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataObjectNotFoundException
public DataObjectNotFoundException(FileObject obj)
- Create a new exception.
- Parameters:
obj
- the file that does not have a data object
getFileObject
public FileObject getFileObject()
- Get the file which does not have a data object.
- Returns:
- the file