jdsl.core.api
Class EmptyContainerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.api.EmptyContainerException
All Implemented Interfaces:
java.io.Serializable

public class EmptyContainerException
extends CoreException

An EmptyContainerException indicates that the Container can't fulfill the requested operation because it is empty.

Version:
$Id: EmptyContainerException.java,v 1.1 1999/06/21 22:31:35 lv Exp $
Author:
Mark Handy
See Also:
Serialized Form

Constructor Summary
EmptyContainerException(java.lang.String message)
           
 
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

EmptyContainerException

public EmptyContainerException(java.lang.String message)