Public Member Functions | |
NodeImpl (NodeImpl parent, Throwable exception) | |
void | addChild (NodeImpl node) |
boolean | isLeaf () |
synchronized Enumeration | children () |
TreeNode | getParent () |
synchronized int | getChildCount () |
boolean | getAllowsChildren () |
Throwable | getException () |
synchronized TreeNode | getChildAt (int index) |
synchronized int | getIndex (TreeNode node) |
boolean | isIgnored () |
Package Attributes | |
boolean | processed = false |
Object | timer = null |
Private Attributes | |
NodeImpl[] | nodes = new NodeImpl[0] |
NodeImpl | parent = null |
|
Creates a new exception tree node.
|
|
Inserts a new node child into this node.
|
|
Returns the enumeration of this node's children.
|
|
Returns
|
|
Returns the child at a given position in this node.
|
|
Returns the number of children of this node.
|
|
Returns the data carried by this node, which is the instance of throwable.
|
|
Searches the array of child nodes for a specified node to obtain its index.
|
|
Returns the parent node specified as the constructor argument.
|
|
|
|
Returns
|
|
|
|
|
|
Used by the enclosing class to determine if the exception report for this node has already been created. |
|
Timer thread used by the enclosing class that times this integrating period for this exception node. |