AddressSpace library v1.0 beta

Class NotAlignedPointer

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--NotAlignedPointer

public class NotAlignedPointer
extends java.lang.Exception

This is the exception raised in case there is an improper data adressing inside the virtual memory module.

Version:
1.0 June 05 2000
Author:
Dario Maggiorini (dario@dsi.unimi.it)
See Also:
Serialized Form

Field Summary
protected  long position
          Referred position that raised the exception.
 
Constructor Summary
NotAlignedPointer(long location)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

position

protected long position
Referred position that raised the exception.
Constructor Detail

NotAlignedPointer

public NotAlignedPointer(long location)

Help is irrilevant
You will be assimilated!

v1.0 beta by Dario Maggiorini