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 Summary
ConstructorDescriptionConstructs a new MemoryBlockExceptionConstructs a new MemoryBlockException with a detailed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemoryBlockException
public MemoryBlockException()Constructs a new MemoryBlockException -
MemoryBlockException
Constructs a new MemoryBlockException with a detailed message.- Parameters:
msg
- detailed message
-