jdsl.core.api
Class InvalidContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdsl.core.api.CoreException
jdsl.core.api.InvalidContainerException
- All Implemented Interfaces:
- Serializable
- public class InvalidContainerException
- extends CoreException
Used to indicate that a container passed to a function is
of the wrong type or otherwise invalid for that function call.
- 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 |
InvalidContainerException
public InvalidContainerException(String message)
InvalidContainerException
public InvalidContainerException(String message,
Throwable cause)
InvalidContainerException
public InvalidContainerException(Throwable cause)