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:
 Serializable
Exception for overlapping memory blocks.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new MemoryConflictExceptionConstructs a new MemoryConflictException 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
- 
MemoryConflictException
public MemoryConflictException()Constructs a new MemoryConflictException - 
MemoryConflictException
Constructs a new MemoryConflictException with a detailed message.- Parameters:
 msg- detailed message
 
 -