Package ghidra.program.model.mem
Class InvalidAddressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.util.exception.UsrException
-
- ghidra.program.model.mem.InvalidAddressException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidAddressException extends UsrException
Exception for invalid address either due to improper format or address not defined within target- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAddressException()Constructs a new InvalidAddressExceptionInvalidAddressException(java.lang.String msg)Constructs a new InvalidAddressException with a detailed message.
-