Pig Latin Problem Set Javadocs

cs101.util.queue
Class EmptyQueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycs101.util.queue.EmptyQueueException
All Implemented Interfaces:
java.io.Serializable

public class EmptyQueueException
extends java.lang.RuntimeException

EmptyQueueExceptions are thrown when trying to extract data from an empty Queue.

Copyright (c) 1998 Massachusetts Institute of Technology

See Also:
Queue, Serialized Form

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

EmptyQueueException

public EmptyQueueException()

EmptyQueueException

public EmptyQueueException(java.lang.String msg)

Pig Latin Problem Set Javadocs