Class FileSystemFactoryDependencyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.formats.gfilesystem.factory.FileSystemFactoryDependencyException
All Implemented Interfaces:
Serializable

public class FileSystemFactoryDependencyException extends IOException
An IOException that signals that there was a problem opening a file system because the user's environment is missing a required element.
See Also:
  • Constructor Details

    • FileSystemFactoryDependencyException

      public FileSystemFactoryDependencyException(String message)
    • FileSystemFactoryDependencyException

      public FileSystemFactoryDependencyException(String message, Throwable cause)