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