kawigi.tools.reflect
Class ErrorNode

java.lang.Object
  |
  +--kawigi.tools.reflect.ErrorNode
All Implemented Interfaces:
ReflectorTreeElement

public class ErrorNode
extends java.lang.Object
implements ReflectorTreeElement


Constructor Summary
ErrorNode(java.lang.String error)
           
 
Method Summary
 int children()
           
 kawigi.tools.reflect.ReflectorTreeElement getChild(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorNode

public ErrorNode(java.lang.String error)
Method Detail

getChild

public kawigi.tools.reflect.ReflectorTreeElement getChild(int index)
Specified by:
getChild in interface ReflectorTreeElement

children

public int children()
Specified by:
children in interface ReflectorTreeElement

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object