Class CollisionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--CollisionException
Direct Known Subclasses:
MapCollisionException

public class CollisionException
extends java.lang.Exception

Lancée par Sprite.move()

See Also:
Serialized Form

Constructor Summary
CollisionException()
           
 
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

CollisionException

public CollisionException()