fr.lip6.sma.simulacion.app.map
Class OvercrowdedCellException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.lip6.sma.simulacion.app.map.OvercrowdedCellException
- All Implemented Interfaces:
- Serializable
public class OvercrowdedCellException
- extends Exception
Simple wrapper to distinguish this type of exception. It occurs when an
there is an attempt to add an agent in a cell that alread contains the
maximum number of allowed agents per cell.
- Version:
- $Revision: 3 $
- Author:
- Eric Platon
- See Also:
- "Nothing special",
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OvercrowdedCellException
public OvercrowdedCellException()
- Constructor of this exception type.
OvercrowdedCellException
public OvercrowdedCellException(String inArgu0)
- Parameters:
inArgu0
- the argument
OvercrowdedCellException
public OvercrowdedCellException(Throwable inArgu0)
- Parameters:
inArgu0
- the argument
OvercrowdedCellException
public OvercrowdedCellException(String inArgu0,
Throwable inArgu1)
- Parameters:
inArgu0
- the argumentinArgu1
- the argument