Package ghidra.framework.store.local
Class DataDirectoryException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- ghidra.framework.store.local.DataDirectoryException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class DataDirectoryException extends java.io.IOExceptionDataDirectoryExceptionis thrown when a folder item can not be created because its associated data directory already exists.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DataDirectoryException(java.lang.String msg, java.io.File dir)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetDataDirectory()Returns existing data directory
 
-