Package ghidra.util.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.util.exception.NotFoundException
- All Implemented Interfaces:
 Serializable
Exception thrown when an object is not found.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NotFoundException
public NotFoundException()Constructor - 
NotFoundException
Constructor- Parameters:
 msg- detailed message
 
 -