All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.InvalidContainerException

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

public class InvalidContainerException
extends CoreException
An InvalidContainerException is thrown by a Container object when it has ceased to be a valid container -- that is, when it has been spliced or into another container. The wrapper remains after the replacement, so someone could call a method on it, but it has no nodes, so no methods make sense.


Constructor Index

 o InvalidContainerException(String)

Constructors

 o InvalidContainerException
 public InvalidContainerException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index