jdsl.core.api
Class NonEmptyContainerException

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

public class NonEmptyContainerException
extends CoreException

A NonEmptyContainerException indicates that the Container can't fulfill the requested operation because it is not empty.

Version:
$Id: NonEmptyContainerException.java,v 1.2 2000/01/12 03:21:32 mdh Exp $
Author:
Maurizio Pizzonia, Galina Shubina
See Also:
Serialized Form

Constructor Summary
NonEmptyContainerException(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

NonEmptyContainerException

public NonEmptyContainerException(java.lang.String message)