mesUtils
Class FileVideException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--mesUtils.FileVideException
All Implemented Interfaces:
java.io.Serializable

public class FileVideException
extends java.lang.RuntimeException

Exception levée lorsque l'utilisateur tente de retirer un élément d'une file vide.

See Also:
Serialized Form

Constructor Summary
FileVideException(java.lang.String msg)
          Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileVideException

public FileVideException(java.lang.String msg)
Exception.