javax.realtime
Class IllegalAssignmentError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--javax.realtime.IllegalAssignmentError
All Implemented Interfaces:
java.io.Serializable

public class IllegalAssignmentError
extends java.lang.Error

Thrown if the constructor of an ImmortalPhysicalMemory, LTPhyscalMemory, VTPhysicalMemory, RawMemoryAccess, or RawMemoryFloatAccess is given an invalid size or if an accessor method on one of the above classes cause access to an invalid address.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IllegalAssignmentError()
          A constructor for IllegalAssignmentError.
IllegalAssignmentError(java.lang.String s)
          A descriptive constructor for IllegalAssignmentError.
 
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

IllegalAssignmentError

public IllegalAssignmentError()
A constructor for IllegalAssignmentError.


IllegalAssignmentError

public IllegalAssignmentError(java.lang.String s)
A descriptive constructor for IllegalAssignmentError.

Parameters:
s - The description of the exception.