Package ghidra.util.exception
package ghidra.util.exception
-
ClassDescription
AssertException
is used in situations that the programmer believes can't happen.BadLinkException
occurs when a link-file expected linked content type does not match the actual content type of the linked file.CancelledException
indicates that the user cancelled the current operation.ClosedException
indicates that the underlying resource has been closed and read/write operations have failed.DuplicateFileException
is thrown whenever a file or folder can't be created because one with that name already exists at the same location.Exception thrown whenever a method tries give something a name and that name is already used.FileInUseException
indicates that there was contention for a file which is in-use.Exception thrown if a failure occurs while generating a Graph.Exception thrown if input is invalid.An IO operation was cancelled by the user.Use an instance of this class as the cause when you need to record several causes of an exception.exception thrown whenever some container is expected to be empty and it isn't.Exception thrown when an object is not found.NotYetImplementedException is used during development of a class.Exception thrown if there is no value at a requested index.Exception thrown when a transaction should be rolled back.Indicates that aCancelledException
happened due to a timeout.Signals that a background thread attempted toSwingUtilities.invokeAndWait(Runnable)
operation that timed-out because the Swing thread was busy.Exception thrown when a user requests some operation to be performed but does not have sufficient privileges.Base Class for all ghidra non-runtime exceptionsException thrown when an object's version does not match its expected version.