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

Constructor Summary
EnvironmentNotSupportedException(FileSystem fs)
           
EnvironmentNotSupportedException(FileSystem fs, String reason)
           
 
Method Summary
 FileSystem getFileSystem()
          Getter for the filesystem that does not support environment operations.
 
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

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

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.