org.openide.filesystems
Class FileStateInvalidException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.openide.filesystems.FileStateInvalidException
- All Implemented Interfaces:
- Serializable
- public class FileStateInvalidException
- extends IOException
Signals that the file object is somehow corrupted.
The required operation is not possible due to a previous deletion, or
an unexpected (external) change in the file system.
- See Also:
- Serialized Form
FileStateInvalidException
public FileStateInvalidException()
- Create new
FileStateInvalidException
.
FileStateInvalidException
public FileStateInvalidException(String s)
- Create new
FileStateInvalidException
with the specified text.
- Parameters:
s
- the text describing the exception
getFileSystemName
public String getFileSystemName()
- Returns:
- the name of the fileSystem containing the bad FileObject. null
if this information is unavailable.
- Since:
- 1.30
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.