Package ghidra.util.exception
Class ClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.util.exception.ClosedException
- All Implemented Interfaces:
Serializable
ClosedException
indicates that the underlying resource has been
closed and read/write operations have failed.- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.ClosedException
(String resourceName) Constructor which indicates resource which has been closed. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClosedException
public ClosedException()Default constructor. Message indicates 'File is closed'. -
ClosedException
Constructor which indicates resource which has been closed. Message indicates '<resourceName> is closed'.- Parameters:
resourceName
- name of closed resource.
-
-
Method Details
-
getResourceName
- Returns:
- name of resource which is closed.
-