当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
FileStateInvalidException (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0
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 filesystem.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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