public class DataObjectNotFoundException extends IOException
DataObject.find(org.openide.filesystems.FileObject)
.Constructor and Description |
---|
DataObjectNotFoundException(FileObject obj)
Create a new exception.
|
Modifier and Type | Method and Description |
---|---|
FileObject |
getFileObject()
Get the file which does not have a data object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataObjectNotFoundException(FileObject obj)
obj
- the file that does not have a data objectpublic FileObject getFileObject()