org.openide.loaders
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataObjectNotFoundException(FileObject obj)
obj
- the file that does not have a data objectpublic FileObject getFileObject()
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.