Class 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 Summary

      Constructors 
      Constructor Description
      MemoryAccessException()
      Constructs an MemoryAccessException with no detail message.
      MemoryAccessException​(java.lang.String message)
      Constructs an MemoryAccessException 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

      • MemoryAccessException

        public MemoryAccessException()

        Constructs an MemoryAccessException with no detail message.

      • MemoryAccessException

        public MemoryAccessException​(java.lang.String message)

        Constructs an MemoryAccessException with the specified detail message.

        Parameters:
        message - The message.