jdsl
Class DequeEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.DequeEmptyException

public class DequeEmptyException
extends java.lang.RuntimeException

Runtime exception thrown when one tries to perform an access or removal operation on an empty dequeue.

See Also:
Serialized Form

Constructor Summary
DequeEmptyException(java.lang.String err)
           
 
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

DequeEmptyException

public DequeEmptyException(java.lang.String err)