|
AddressSpace library v1.0 beta | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--mmap.NotAlignedPointer
This is the exception raised in case there is an improper data addressing
inside the virtual memory module.
Improper addressing occurs when address is not aligned, like when the program
try to read a long int (4 bytes) starting from a position
that is not a multiple of 4.
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 |
protected long position
Constructor Detail |
public NotAlignedPointer(long location)
|
Help is irrilevant You will be assimilated! |
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |