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:
- Serializable
Exception thrown for memory block-related problems.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new MemoryBlockExceptionConstructs a new MemoryBlockException with a detailed message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MemoryBlockExceptionpublic MemoryBlockException()Constructs a new MemoryBlockException
- 
MemoryBlockExceptionConstructs a new MemoryBlockException with a detailed message.- Parameters:
- msg- detailed message
 
 
-