All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.simple.api.DequeEmptyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.simple.api.DequeEmptyException
- public class DequeEmptyException
- extends RuntimeException
Runtime exception thrown when one tries to perform an access or
removal operation on an empty dequeue.
-
DequeEmptyException(String)
-
DequeEmptyException
public DequeEmptyException(String err)
All Packages Class Hierarchy This Package Previous Next Index