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, toStringpublic DataObjectNotFoundException(FileObject obj)
obj - the file that does not have a data objectpublic FileObject getFileObject()
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.