站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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

Constructor Summary
EnvironmentNotSupportedException(FileSystem fs)
          Deprecated.  
EnvironmentNotSupportedException(FileSystem fs, String reason)
          Deprecated.  
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 error
reason - text description for the error
Method Detail

getFileSystem

public FileSystem getFileSystem()
Deprecated. 
Getter for the filesystem that does not support environment operations.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.