Class MemoryBlockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MemoryBlockException
    extends MemoryAccessException
    Exception thrown for memory block-related problems.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MemoryBlockException()
      Constructs a new MemoryBlockException
      MemoryBlockException​(java.lang.String msg)
      Constructs a new MemoryBlockException 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
      • Methods inherited from class java.lang.Object

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

      • MemoryBlockException

        public MemoryBlockException()
        Constructs a new MemoryBlockException
      • MemoryBlockException

        public MemoryBlockException​(java.lang.String msg)
        Constructs a new MemoryBlockException with a detailed message.
        Parameters:
        msg - detailed message