All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.NotEmptyContainerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jdsl.core.api.CoreException
                                   |
                                   +----jdsl.core.api.NotEmptyContainerException

public class NotEmptyContainerException
extends CoreException
A NotEmptyContainerException indicates that the Container can't fulfill the requested operation because it is not empty. In general, it is thrown when the operation cannot be completed ONLY when the container is not empty. (for instance, setComparator() on a container with elements in it)


Constructor Index

 o NotEmptyContainerException(String)
Creates a new exception with a given message.

Constructors

 o NotEmptyContainerException
 public NotEmptyContainerException(String message)
Creates a new exception with a given message.

Parameters:
message - the message associated with this exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index