SunSPOT API V5.0


com.sun.squawk.realtime
Class UnsupportedPhysicalMemoryException

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

public class UnsupportedPhysicalMemoryException
extends RuntimeException

Thrown when the underlying hardware does not support the type of physical memory requested from an instance of one of the physical memory or raw memory access classes.

Since:
1.0.1 Becomes unchecked
See Also:
RawMemoryAccess, RawMemoryFloatAccess

Constructor Summary
UnsupportedPhysicalMemoryException()
          A constructor for UnsupportedPhysicalMemoryException.
UnsupportedPhysicalMemoryException(String description)
          A descriptive constructor for UnsupportedPhysicalMemoryException.
 
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

UnsupportedPhysicalMemoryException

public UnsupportedPhysicalMemoryException()
A constructor for UnsupportedPhysicalMemoryException.


UnsupportedPhysicalMemoryException

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

Parameters:
description - The description of the exception.

SunSPOT API V5.0


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