TreeMap Java Library

treemap
Class TMExceptionBadTMNodeKind

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.TMExceptionBadTMNodeKind
All Implemented Interfaces:
java.io.Serializable

public class TMExceptionBadTMNodeKind
extends java.lang.IllegalArgumentException

The TMExceptionBadTMNodeKind exception is raised when a TMComputeSize or TMComputeDraw receive a incompatible kind of TMNode.

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

Constructor Summary
TMExceptionBadTMNodeKind(TMComputeDraw cDraw, TMNode tNode)
          Constructor.
TMExceptionBadTMNodeKind(TMComputeSize cSize, 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

TMExceptionBadTMNodeKind

public TMExceptionBadTMNodeKind(TMComputeSize cSize,
                                TMNode tNode)
Constructor.

Parameters:
cSize - the computing size object throwing the exception
tNode - the incompatible TMNode

TMExceptionBadTMNodeKind

public TMExceptionBadTMNodeKind(TMComputeDraw cDraw,
                                TMNode tNode)
Constructor.

Parameters:
cDraw - the computing drawing object throwing the exception
tNode - the incompatible TMNode

TreeMap Java Library

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