AssertException |
AssertException is used in situations that the programmer believes can't happen.
|
CancelledException |
CancelledException indicates that the user cancelled
the current operation.
|
ClosedException |
ClosedException indicates that the underlying resource has been
closed and read/write operations have failed.
|
CryptoException |
|
DuplicateFileException |
DuplicateFileException is thrown whenever a file or folder can't
be created because one with that name already exists at the same location.
|
DuplicateNameException |
Exception thrown whenever a method tries give something a name and that name is already used.
|
FileInUseException |
FileInUseException indicates that there was contention
for a file which is in-use.
|
GraphException |
Exception thrown if a failure occurs while generating a Graph.
|
InvalidInputException |
Exception thrown if input is invalid.
|
IOCancelledException |
An IO operation was cancelled by the user.
|
NotEmptyException |
exception thrown whenever some container is expected to be empty and it isn't.
|
NotFoundException |
Exception thrown when an object is not found.
|
NotYetImplementedException |
NotYetImplementedException is used during development of a class.
|
NoValueException |
Exception thrown if there is no value at a
requested index.
|
PropertyTypeMismatchException |
|
RollbackException |
Exception thrown when a transaction should be rolled back.
|
TimeoutException |
|
UnableToSwingException |
Signals that a background thread attempted to SwingUtilities.invokeAndWait(Runnable)
operation that timed-out because the Swing thread was busy.
|
UserAccessException |
Exception thrown when a user requests some operation to be performed
but does not have sufficient privileges.
|
UsrException |
Base Class for all ghidra non-runtime exceptions
|
VersionException |
Exception thrown when an object's version does not match its expected version.
|