javax.realtime
Class SizeOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.realtime.SizeOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class SizeOutOfBoundsException
extends java.lang.RuntimeException

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.

Since:
1.0.1 Becomes unchecked
See Also:
Serialized Form

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

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.