lu.cs.co.util
Class UnderflowException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--lu.cs.co.util.UnderflowException

public class UnderflowException
extends RuntimeException

Thrown for example, if an empty priority queue is asked for its smalles element.

See Also:
Serialized Form

Constructor Summary
UnderflowException()
          Constructs a new UnderflowException with no detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnderflowException

public UnderflowException()
Constructs a new UnderflowException with no detail message.