javax.realtime
Class IllegalAssignmentError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjavax.realtime.IllegalAssignmentError
All Implemented Interfaces:
Serializable

public class IllegalAssignmentError
extends Error

The exception thrown on an attempt to make an illegal assignment. For example, this will be thrown if logic attempts to assign a reference to an object in ScopedMemory to a field in an object in ImmortalMemory.

Author:
Angelo Corsaro, Morgan Deters
See Also:
Serialized Form

Constructor Summary
IllegalAssignmentError()
          Construct a new IllegalAssignmentError.
IllegalAssignmentError(String description)
          Creates a new IllegalAssignmentError instance.
 
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()
Construct a new IllegalAssignmentError.


IllegalAssignmentError

public IllegalAssignmentError(String description)
Creates a new IllegalAssignmentError instance.

Parameters:
description - a textual description description for the exception


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.