Class DuplicateFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.util.exception.DuplicateFileException
All Implemented Interfaces:
Serializable

public class DuplicateFileException extends IOException
DuplicateFileException is thrown whenever a file or folder can't be created because one with that name already exists at the same location.
See Also:
  • Constructor Details

    • DuplicateFileException

      public DuplicateFileException(String msg)
      Create a new DuplicateFileException with the given message.
      Parameters:
      msg - the exception message.