org.oXML.type
Class SystemErrorNode

java.lang.Object
  extended byorg.oXML.type.AbstractNode
      extended byorg.oXML.type.SystemErrorNode
All Implemented Interfaces:
Node

public class SystemErrorNode
extends AbstractNode

ObjectBox - o:XML compiler and interpreter for more information see http://www.o-xml.org/objectbox Copyright (C) 2002/2003 Martin Klang, Alpha Plus Technology Ltd email: martin at hack.org This class has been generated from an o:XML template


Field Summary
static Type TYPE
           
 
Fields inherited from class org.oXML.type.AbstractNode
me
 
Constructor Summary
SystemErrorNode()
          generated default constructor
SystemErrorNode(AbstractNode me, Type type)
           
SystemErrorNode(SystemErrorNode other, boolean deep)
          generated constructor, called directly
SystemErrorNode(java.lang.Throwable exception)
           
 
Method Summary
 Node copy(boolean deep)
           
 java.lang.String getStackTrace()
           
 java.lang.Throwable getThrowable()
           
 void init()
          generated default initialiser
 void init(SystemErrorNode other, boolean deep)
           
 Node message()
           
 Node stacktrace()
           
 Node string()
           
 java.lang.String toString()
           
 
Methods inherited from class org.oXML.type.AbstractNode
addChildNode, booleanValue, byteValue, cast, cast, equals, equals, getAttribute, getAttributes, getAttributeValue, getChildNodes, getDocument, getInstance, getName, getNextSibling, getParent, getPreviousSibling, getType, hashCode, hasInstance, insert, numberValue, removeChild, setAttribute, setAttribute, setInstance, setName, setParent, stringValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final Type TYPE
Constructor Detail

SystemErrorNode

public SystemErrorNode(AbstractNode me,
                       Type type)

SystemErrorNode

public SystemErrorNode()
generated default constructor


SystemErrorNode

public SystemErrorNode(java.lang.Throwable exception)

SystemErrorNode

public SystemErrorNode(SystemErrorNode other,
                       boolean deep)
generated constructor, called directly

Method Detail

init

public void init()
generated default initialiser

Overrides:
init in class AbstractNode

getThrowable

public java.lang.Throwable getThrowable()

toString

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

getStackTrace

public java.lang.String getStackTrace()

init

public void init(SystemErrorNode other,
                 boolean deep)

message

public Node message()

string

public Node string()

stacktrace

public Node stacktrace()

copy

public Node copy(boolean deep)