|
![]() |
|||||||||
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
public class IllegalAssignmentError
Jamaica Real-Time Specification for Java class IllegalAssignmentError.
This exception will be thrown whenever an assignment of a reference value to an object is made and the target object is not allowed to refer to the assigned object. This is the case if the assigned reference was allocated in ScopedMemory and the target object is not ScopedMemory or is not the same scope or an inner scope of the assigned reference's scope.
Constructor Summary | |
---|---|
IllegalAssignmentError()
Constructor of this exception without detail message. |
|
IllegalAssignmentError(String description)
Constructor of this exception with detail message. |
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()
public IllegalAssignmentError(String description)
description
- The detail message or null if none.
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |