|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.realtime.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.
| Field Summary |
| Fields inherited from class java.lang.Error |
|
| Constructor Summary | |
IllegalAssignmentError()
A constructor for IllegalAssignmentError |
|
IllegalAssignmentError(java.lang.String description)
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 |
public IllegalAssignmentError()
IllegalAssignmentError
public IllegalAssignmentError(java.lang.String description)
IllegalAssignmentError.
description - Description of the error.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||