org.gjt.rec.util
Class ObjectPool.NotPooledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.gjt.rec.util.ObjectPool.NotPooledException
All Implemented Interfaces:
Serializable
Enclosing class:
ObjectPool

public static final class ObjectPool.NotPooledException
extends RuntimeException

Thrown to indicate that an object that was supposed to be contained in this object pool is in fact not.

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait