visidia.simulation.process
Class MoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by visidia.simulation.process.MoveException
All Implemented Interfaces:
java.io.Serializable

public class MoveException
extends java.lang.Exception

This class handles exception for agent movers.

See Also:
Serialized Form

Field Summary
static int NoDoorFound
          The Constant NoDoorFound.
static int SwitchedOffVertex
          The Constant SwitchedOffVertex.
 
Constructor Summary
MoveException(int t)
          Instantiates a new move exception.
 
Method Summary
 int getMovementTypeException()
          Gets the movement type exception.
 
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
 

Field Detail

NoDoorFound

public static final int NoDoorFound
The Constant NoDoorFound.

See Also:
Constant Field Values

SwitchedOffVertex

public static final int SwitchedOffVertex
The Constant SwitchedOffVertex.

See Also:
Constant Field Values
Constructor Detail

MoveException

public MoveException(int t)
Instantiates a new move exception.

Parameters:
t - the t
Method Detail

getMovementTypeException

public int getMovementTypeException()
Gets the movement type exception.

Returns:
the movement type exception