java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.realtime.IllegalAssignmentError
public class IllegalAssignmentError
The exception thrown on an attempt to make an illegal assignment.
For example, this will be thrown on any attempt to assign a reference
to an object in scoped memory (an area of memory identified be an instance of
ScopedMemory
) to a field of an object in
immortal memory.
Constructor Summary | |
---|---|
IllegalAssignmentError()
A constructor for IllegalAssignmentError . |
|
IllegalAssignmentError(java.lang.String description)
A descriptive constructor for IllegalAssignmentError . |
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 IllegalAssignmentError()
IllegalAssignmentError
.
public IllegalAssignmentError(java.lang.String description)
IllegalAssignmentError
.
description
- Description of the error.