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:
 java.io.Serializable
public class NotFoundException extends UsrException
Exception thrown when an object is not found.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NotFoundException()ConstructorNotFoundException(java.lang.String msg)Constructor 
 -