Class SpriteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--SpriteException

public class SpriteException
extends java.lang.Exception

Centralise les Exception lance par la Classe Sprite

See Also:
Serialized Form

Constructor Summary
SpriteException(java.lang.String description)
          Cree une exception en lui donnant une Descprition
 
Method Summary
 void affichageDebug()
           
 
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

SpriteException

public SpriteException(java.lang.String description)
Cree une exception en lui donnant une Descprition
Method Detail

affichageDebug

public void affichageDebug()