|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.SizeOutOfBoundsException
Thrown if the constructor of an
ImmortalPhysicalMemory
,
LTPhysicalMemory
,
VTPhysicalMemory
,
RawMemoryAccess
, or
RawMemoryFloatAccess
is given an invalid size or if an accessor
method on one of the above classes would cause access to an invalid address.
Field Summary |
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
SizeOutOfBoundsException()
A constructor for SizeOutOfBoundsException . |
|
SizeOutOfBoundsException(java.lang.String description)
A descriptive constructor for SizeOutOfBoundsException . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
public SizeOutOfBoundsException()
SizeOutOfBoundsException
.
public SizeOutOfBoundsException(java.lang.String description)
SizeOutOfBoundsException
.
description
- The description of the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |