All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.exception.ObjectNotInAgentRuntimeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----edu.cmu.paid.network.exception.PaidNetworkRuntimeException
                                   |
                                   +----edu.cmu.paid.network.exception.ObjectNotInAgentRuntimeException

public class ObjectNotInAgentRuntimeException
extends PaidNetworkRuntimeException
Thrown if INetworkAPI.removeObjectFromAgent() is called on an object not contained in the agent.

Author:
Barrett Trask

Constructor Index

 o ObjectNotInAgentRuntimeException()
 o ObjectNotInAgentRuntimeException(String)

Constructors

 o ObjectNotInAgentRuntimeException
 public ObjectNotInAgentRuntimeException()
 o ObjectNotInAgentRuntimeException
 public ObjectNotInAgentRuntimeException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index