Package ghidra.program.model.mem
Class MemoryAccessException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- ghidra.util.exception.UsrException
- 
- ghidra.program.model.mem.MemoryAccessException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- MemoryBlockException
 
 public class MemoryAccessException extends UsrException An MemoryAccessException indicates that the attempted memory access is not permitted. (i.e. Readable/Writeable) - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MemoryAccessException()Constructs an MemoryAccessException with no detail message.MemoryAccessException(java.lang.String message)Constructs an MemoryAccessException with the specified detail message.
 
- 
- 
- 
Constructor Detail- 
MemoryAccessExceptionpublic MemoryAccessException() Constructs an MemoryAccessException with no detail message. 
 - 
MemoryAccessExceptionpublic MemoryAccessException(java.lang.String message) Constructs an MemoryAccessException with the specified detail message. - Parameters:
- message- The message.
 
 
- 
 
-