All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.InvalidTreeException

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

public class InvalidTreeException
extends CoreException
An InvalidTreeException is thrown by a tree object when it has ceased to be a valid tree -- that is, when it has been link(.)ed or replaceSubtree(.)ed into another tree. 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 InvalidTreeException(String)

Constructors

 o InvalidTreeException
 public InvalidTreeException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index