fr.lip6.sma.simulacion.app.map
Class OvercrowdedCellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OvercrowdedCellException()
          Constructor of this exception type.
OvercrowdedCellException(String inArgu0)
           
OvercrowdedCellException(String inArgu0, Throwable inArgu1)
           
OvercrowdedCellException(Throwable inArgu0)
           
 
Method Summary
 
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
 

Constructor Detail

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 argument
inArgu1 - the argument