Class AddressOutOfBoundsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AddressOutOfBoundsException
    extends java.lang.RuntimeException

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

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AddressOutOfBoundsException()
      Constructs an AddressOutOfBoundsException with no detail message.
      AddressOutOfBoundsException​(java.lang.String message)
      Constructs an AddressOutOfBoundsException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AddressOutOfBoundsException

        public AddressOutOfBoundsException()

        Constructs an AddressOutOfBoundsException with no detail message.

      • AddressOutOfBoundsException

        public AddressOutOfBoundsException​(java.lang.String message)

        Constructs an AddressOutOfBoundsException with the specified detail message.

        Parameters:
        message - The message.