Package ghidra.framework.store
Class FolderNotEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.framework.store.FolderNotEmptyException
- All Implemented Interfaces:
Serializable
FolderNotEmptyException
is thrown when an attempt is
made to remove a Folder which is not empty.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FolderNotEmptyException
Constructor.- Parameters:
msg
- error message
-