javax.realtime
Class SizeOutOfBoundsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.realtime.SizeOutOfBoundsException
- public class SizeOutOfBoundsException
- extends java.lang.Exception
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.
- See Also:
- Serialized Form
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 |
SizeOutOfBoundsException
public SizeOutOfBoundsException()
- A constructor for
SizeOutOfBoundsException
.
SizeOutOfBoundsException
public SizeOutOfBoundsException(java.lang.String description)
- A descriptive constructor for
SizeOutOfBoundsException
.
- Parameters:
description
- The description of the exception.