|
" 2013 FRC Java API " |
|||||||||
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
com.sun.squawk.realtime.UnsupportedPhysicalMemoryException
public class UnsupportedPhysicalMemoryException
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.
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 |
---|
public UnsupportedPhysicalMemoryException()
UnsupportedPhysicalMemoryException
.
public UnsupportedPhysicalMemoryException(String description)
UnsupportedPhysicalMemoryException
.
description
- The description of the exception.
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |