TreeMap Java Library

treemap
Class TMExceptionLeafTMNode

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by treemap.TMExceptionLeafTMNode
All Implemented Interfaces:
java.io.Serializable

public class TMExceptionLeafTMNode
extends java.lang.IllegalArgumentException

The TMExceptionLeafTMNode exception is raised when a TMNodeModelRoot received a TMEventUpdate event for adding or removing a child to a TMNode that is a leaf.

Version:
2.5
Author:
Christophe Bouthier [bouthier@loria.fr]
See Also:
Serialized Form

Constructor Summary
TMExceptionLeafTMNode(TMNode tNode)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TMExceptionLeafTMNode

public TMExceptionLeafTMNode(TMNode tNode)
Constructor.

Parameters:
tNode - the leaf TMNode

TreeMap Java Library

TreeMap Java Library - www.bouthier.net - treemap.sf.net - 2001