Package ghidra.util.exception
Class DuplicateFileException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- ghidra.util.exception.DuplicateFileException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class DuplicateFileException extends java.io.IOExceptionDuplicateFileExceptionis thrown whenever a file or folder can't be created because one with that name already exists at the same location.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DuplicateFileException(java.lang.String msg)Create a new DuplicateFileException with the given message. 
 -