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:
Serializable
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 Summary
ConstructorDescriptionCreate a new DuplicateFileException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateFileException
Create a new DuplicateFileException with the given message.- Parameters:
msg
- the exception message.
-