TMExceptionBadTMNodeKind

Kind of class:public class
Package:treemap
Inherits from:IllegalArgumentException
Version:2.5
Author:Christophe Bouthier [bouthier@loria.fr]
Package classpath:treemap.TMExceptionBadTMNodeKind
File last modified:Thursday, 27 December 2001, 19:27:04
The TMExceptionBadTMNodeKind exception is raised when
a TMComputeSize or TMComputeDraw receive a incompatible
kind of TMNode.

Summary


Constructors

Constructors

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