org.apache.java.recycle
Class RecycleBinIsEmpty

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.java.recycle.RecycleBinIsEmpty

public class RecycleBinIsEmpty
extends java.lang.RuntimeException

This exception is thrown by a RecycleBin subclass to signal that it does not contain any Recyclable objects. This is done instead of returning null for better code readability.

Version:
$Revision: 1.3 $ $Date: 1999/06/24 00:50:50 $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
RecycleBinIsEmpty()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

RecycleBinIsEmpty

public RecycleBinIsEmpty()