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:
- Serializable
- public class EmptyContainerException
- extends CoreException
An EmptyContainerException indicates that the Container can't
fulfill the requested operation because it is empty.
- Version:
- JDSL 2.1.1
- Author:
- David Ellis, based on a previous version by Mark Handy
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyContainerException
public EmptyContainerException(String message)
EmptyContainerException
public EmptyContainerException(String message,
Throwable cause)
EmptyContainerException
public EmptyContainerException(Throwable cause)