org.jwarp.util.recycle
Class RecycleBinEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jwarp.util.recycle.RecycleBinEmptyException
All Implemented Interfaces:
java.io.Serializable

public class RecycleBinEmptyException
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.

Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
RecycleBinEmptyException()
          Creates a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecycleBinEmptyException

public RecycleBinEmptyException()
Creates a new exception.

©   O R C A   S y s t e m s