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:
java.io.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:
$Id: InvalidContainerException.java,v 1.2 1999/07/17 20:48:22 mdh Exp $
Author:
Mark Handy
See Also:
Tree, Serialized Form

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

InvalidContainerException

public InvalidContainerException(java.lang.String message)