dks.src.utils.exception
Class NotEnoughElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dks.src.utils.exception.NotEnoughElementException
All Implemented Interfaces:
java.io.Serializable

public class NotEnoughElementException
extends java.lang.Exception

This exception is used to treat a remove on a list when there is not enough element
date : 10 sept. 07

Author:
DarK Sidious
See Also:
Serialized Form

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

Constructor Detail

NotEnoughElementException

public NotEnoughElementException()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable