Package ghidra.program.model.mem
Class MemoryBlockException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ghidra.util.exception.UsrException
 - 
- ghidra.program.model.mem.MemoryAccessException
 - 
- ghidra.program.model.mem.MemoryBlockException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class MemoryBlockException extends MemoryAccessException
Exception thrown for memory block-related problems.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MemoryBlockException()Constructs a new MemoryBlockExceptionMemoryBlockException(java.lang.String msg)Constructs a new MemoryBlockException with a detailed message. 
 -