|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
visidia.simulation.process.MoveException
public class MoveException
This class handles exception for agent movers.
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 |
---|
public static final int NoDoorFound
public static final int SwitchedOffVertex
Constructor Detail |
---|
public MoveException(int t)
t
- the tMethod Detail |
---|
public int getMovementTypeException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |