| Constructor and Description |
|---|
ThrowableTreeNode(Throwable throwable)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<?> |
children() |
boolean |
equals(Object object) |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
int |
getIndex(TreeNode node) |
TreeNode |
getParent() |
Throwable |
getThrowable()
Obtém a exceção associada a esse nó da árvore.
|
int |
hashCode() |
boolean |
isLeaf() |
String |
toString() |
public ThrowableTreeNode(Throwable throwable)
throwable - a exceção do nó a ser criadopublic Enumeration<?> children()
public boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic Throwable getThrowable()
Copyright © 2017. All rights reserved.