org.openide.filesystems
Class EnvironmentNotSupportedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.openide.filesystems.EnvironmentNotSupportedException
- All Implemented Interfaces:
- Serializable
- public class EnvironmentNotSupportedException
- extends IOException
Exception thrown to signal that external
execution and compilation is not supported on a given filesystem.
- See Also:
- Serialized Form
EnvironmentNotSupportedException
public EnvironmentNotSupportedException(FileSystem fs)
- Parameters:
fs
- filesystem that caused the error
EnvironmentNotSupportedException
public EnvironmentNotSupportedException(FileSystem fs,
String reason)
- Parameters:
fs
- filesystem that caused the errorreason
- text description for the error
getFileSystem
public FileSystem getFileSystem()
- Getter for the filesystem that does not support environment operations.
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.