fr.lip6.sma.simulacion.server
Class AgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.reflect.InvocationTargetException
              extended by fr.lip6.sma.simulacion.server.ServerException
                  extended by fr.lip6.sma.simulacion.server.AgentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NetworkAgentException

public class AgentException
extends ServerException

Classe pour une exception survenue dans l'accès à une méthode d'un agent.

Version:
$Revision: 3 $
Author:
Paul Guyot
See Also:
"aucun test défini.", Serialized Form

Constructor Summary
AgentException(Exception inException)
          Constructeur à partir d'une exception.
 
Method Summary
 
Methods inherited from class java.lang.reflect.InvocationTargetException
getCause, getTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

AgentException

public AgentException(Exception inException)
Constructeur à partir d'une exception.

Parameters:
inException - exception survenue lors de l'accès à la méthode de l'agent.