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

Constructor Summary
FileStateInvalidException()
          Create new FileStateInvalidException.
FileStateInvalidException(String s)
          Create new FileStateInvalidException with the specified text.
 
Method Summary
 String getFileSystemName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.