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:
Serializable
Exception for invalid address either due to improper format
or address not defined within target
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new InvalidAddressExceptionConstructs a new InvalidAddressException 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
-
InvalidAddressException
public InvalidAddressException()Constructs a new InvalidAddressException -
InvalidAddressException
Constructs a new InvalidAddressException with a detailed message.- Parameters:
msg
- detailed message
-