Class MapCollisionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--CollisionException
                    |
                    +--MapCollisionException

public class MapCollisionException
extends CollisionException

Lancee lors d'une collision avec le décor

See Also:
Serialized Form

Constructor Summary
MapCollisionException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapCollisionException

public MapCollisionException()