EDU.ksu.cis.calculator
Class EmptyDequeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--EDU.ksu.cis.calculator.EmptyDequeException
All Implemented Interfaces:
Serializable

public class EmptyDequeException
extends Exception

An Exception thrown when an attempt is made to access an element in an empty Deque.

Author:
Rod Howell (howell@cis.ksu.edu)
See Also:
Serialized Form

Constructor Summary
EmptyDequeException()
           
 
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

EmptyDequeException

public EmptyDequeException()