public class IllegalAssignmentError
extends java.lang.Error
implements java.io.Serializable
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 and Description |
---|
IllegalAssignmentError()
Constructor of this exception without detail message.
|
IllegalAssignmentError(java.lang.String description)
Constructor of this exception with detail message.
|
public IllegalAssignmentError()
public IllegalAssignmentError(java.lang.String description)
description
- The detail message or null if none.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2017 aicas GmbH. All Rights Reserved.