Class AddressOutOfBoundsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ghidra.program.model.address.AddressOutOfBoundsException
All Implemented Interfaces:
Serializable

public class AddressOutOfBoundsException extends RuntimeException

An AddressOutOfBoundsException indicates that the Address is being used to address Memory which does not exist.

See Also:
  • Constructor Details

    • AddressOutOfBoundsException

      public AddressOutOfBoundsException()

      Constructs an AddressOutOfBoundsException with no detail message.

    • AddressOutOfBoundsException

      public AddressOutOfBoundsException(String message)

      Constructs an AddressOutOfBoundsException with the specified detail message.

      Parameters:
      message - The message.