Class DataDirectoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.framework.store.local.DataDirectoryException
All Implemented Interfaces:
Serializable

public class DataDirectoryException extends IOException
DataDirectoryException is thrown when a folder item can not be created because its associated data directory already exists.
See Also:
  • Constructor Details

    • DataDirectoryException

      public DataDirectoryException(String msg, File dir)
      Constructor.
      Parameters:
      msg - error message
      dir - existing data directory
  • Method Details

    • getDataDirectory

      public File getDataDirectory()
      Returns existing data directory