Class DataObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.openide.loaders.DataObjectNotFoundException
- All Implemented Interfaces:
Serializable
Exception signalling that the data object for a given file object could not
be found in
DataObject.find(org.openide.filesystems.FileObject)
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataObjectNotFoundException
(org.openide.filesystems.FileObject obj) Create a new exception. -
Method Summary
Modifier and TypeMethodDescriptionorg.openide.filesystems.FileObject
Get the file which does not have a data object.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataObjectNotFoundException
public DataObjectNotFoundException(org.openide.filesystems.FileObject obj) Create a new exception.- Parameters:
obj
- the file that does not have a data object
-
-
Method Details
-
getFileObject
public org.openide.filesystems.FileObject getFileObject()Get the file which does not have a data object.- Returns:
- the file
-