Uses of Class
lime.LimeRuntimeException

Packages that use LimeRuntimeException
lime   
 

Uses of LimeRuntimeException in lime
 

Subclasses of LimeRuntimeException in lime
 class IllegalReactionOperationException
          Raised whenever a blocking operation (in or rd) or an operation accessing a non-local portion of the shared tuple space is invoked from within a ReactionListener object.
 class IllegalSharingException
          Raised when an agent tries to set its own Lime System tuple space object to private.
 class IllegalTupleSpaceAccessException
          Raised when an agent tries to access a Lime tuple space it did not create.
 class IllegalTupleSpaceModificationException
          Raised when an agent tries to modify the contents of a read-only tuple spaces, with a out, in, or inp operation.
 class IllegalTupleSpaceNameException
          Raised when an agent tries to create a LimeTupleSpace with an invalid name.
 class IncompatibleLocationsException
          Raised whenever the current and/or destination locations specified in a location-dependent operation are incompatible with the semantics of the operation itself.