当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
EnvironmentNotSupportedException (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0
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
Deprecated. Please use the ClassPath API instead.
- 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
Method Summary |
FileSystem |
getFileSystem()
Deprecated. Getter for the filesystem that does not support environment operations. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EnvironmentNotSupportedException
public EnvironmentNotSupportedException(FileSystem fs)
- Deprecated.
- Parameters:
fs
- filesystem that caused the error
EnvironmentNotSupportedException
public EnvironmentNotSupportedException(FileSystem fs,
String reason)
- Deprecated.
- Parameters:
fs
- filesystem that caused the errorreason
- text description for the error
getFileSystem
public FileSystem getFileSystem()
- Deprecated.
- Getter for the filesystem that does not support environment operations.