springs.agent
Class AgentMovementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--springs.util.SpringsException
                    |
                    +--springs.agent.AgentMovementException
All Implemented Interfaces:
java.io.Serializable

public class AgentMovementException
extends SpringsException

An exception that indicates that an agent cannot move to another context.

Author:
Sergio Ilarri Artigas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class springs.util.SpringsException
PRINT_NESTED_EXCEPTIONS, PRINT_ONLY_NESTED_EXCEPTIONS
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AgentMovementException()
           
AgentMovementException(java.lang.String msg)
           
AgentMovementException(java.lang.String mensaje, java.lang.Throwable t)
           
AgentMovementException(java.lang.Throwable t)
           
 
Methods inherited from class springs.util.SpringsException
getMessage, getNestedException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentMovementException

public AgentMovementException()

AgentMovementException

public AgentMovementException(java.lang.String msg)

AgentMovementException

public AgentMovementException(java.lang.Throwable t)

AgentMovementException

public AgentMovementException(java.lang.String mensaje,
                              java.lang.Throwable t)