nz.ac.waikato.jdsl.core.api
Class NonEmptyContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nz.ac.waikato.jdsl.core.api.CoreException
                  extended by nz.ac.waikato.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:
JDSL 2.1.1
Author:
David Ellis, based on a previous version by Maurizio Pizzonia and Galina Shubina
See Also:
Serialized Form

Constructor Summary
NonEmptyContainerException(java.lang.String message)
           
NonEmptyContainerException(java.lang.String message, java.lang.Throwable cause)
           
NonEmptyContainerException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

NonEmptyContainerException

public NonEmptyContainerException(java.lang.String message)

NonEmptyContainerException

public NonEmptyContainerException(java.lang.String message,
                                  java.lang.Throwable cause)

NonEmptyContainerException

public NonEmptyContainerException(java.lang.Throwable cause)


Copyright © 2009 ModelJUnit Project. All Rights Reserved.