Class MoteurJeuException

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

public class MoteurJeuException
extends java.lang.Exception

Centralise les Exception lance par la Classe MoteurJeu

See Also:
Serialized Form

Constructor Summary
MoteurJeuException(java.lang.String Description)
          Cree une exception avec 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

MoteurJeuException

public MoteurJeuException(java.lang.String Description)
Cree une exception avec une Descprition
Method Detail

affichageDebug

public void affichageDebug()