|
TreeMap Java Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
treemap.TMExceptionBadTMNodeKind
public class TMExceptionBadTMNodeKind
The TMExceptionBadTMNodeKind exception is raised when a TMComputeSize or TMComputeDraw receive a incompatible kind of TMNode.
| 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 |
|---|
public TMExceptionBadTMNodeKind(TMComputeSize cSize,
TMNode tNode)
cSize - the computing size object throwing the exceptiontNode - the incompatible TMNode
public TMExceptionBadTMNodeKind(TMComputeDraw cDraw,
TMNode tNode)
cDraw - the computing drawing object throwing the exceptiontNode - the incompatible TMNode
|
TreeMap Java Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||