SunSPOT API V5.0


com.sun.squawk.realtime
Class SizeOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.squawk.realtime.SizeOutOfBoundsException

public class SizeOutOfBoundsException
extends RuntimeException

Thrown if the constructor of a 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

Constructor Summary
SizeOutOfBoundsException()
          A constructor for SizeOutOfBoundsException.
SizeOutOfBoundsException(String description)
          A descriptive constructor for SizeOutOfBoundsException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeOutOfBoundsException

public SizeOutOfBoundsException()
A constructor for SizeOutOfBoundsException.


SizeOutOfBoundsException

public SizeOutOfBoundsException(String description)
A descriptive constructor for SizeOutOfBoundsException.

Parameters:
description - The description of the exception.

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.