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. |
UnderflowException
public UnderflowException()
- Constructs a new UnderflowException with no detail message.