java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.realtime.OffsetOutOfBoundsException
public class OffsetOutOfBoundsException
Thrown if the constructor of an ImmortalPhysicalMemory,
LTPhysicalMemory, VTPhysicalMemory, RawMemoryAccess, or
RawMemoryFloatAccess is given an invalid address.
| Constructor Summary | |
|---|---|
OffsetOutOfBoundsException()
A constructor for OffsetOutOfBoundsException. |
|
OffsetOutOfBoundsException(java.lang.String description)
A descriptive constructor for OffsetOutOfBoundsException. |
|
| Method Summary |
|---|
| 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 |
|---|
public OffsetOutOfBoundsException()
OffsetOutOfBoundsException.
public OffsetOutOfBoundsException(java.lang.String description)
OffsetOutOfBoundsException.
description - A description of the exception.