Class FichierException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--FichierException
Direct Known Subclasses:
ErreurFichierException, MauvaisFormatException

public class FichierException
extends java.lang.Exception

Exception levee quand il y a un probleme avec un fichier

Version:
3.0
Author:
Gratien Xavier / Lurois Frederic
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
FichierException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

FichierException

public FichierException()