|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.type.AbstractNode
org.oXML.type.ExceptionNode
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 | |
ExceptionNode()
generated constructor, called directly |
|
ExceptionNode(AbstractNode me,
Type type)
|
|
ExceptionNode(ExceptionNode other,
boolean deep)
generated constructor, called directly |
|
ExceptionNode(Node message)
generated constructor, called directly |
|
ExceptionNode(Node message,
Node nested)
generated constructor, called directly |
|
ExceptionNode(StringNode message)
generated constructor, called directly |
|
ExceptionNode(java.lang.String reason,
Node nested,
SourceLocator location)
|
|
| Method Summary | |
Node |
copy(boolean deep)
|
java.lang.String |
getMessage()
Get a description of this Exception, which is either the Exception reason or the string value of the nested exception. |
Node |
getNested()
|
java.lang.String |
getReason()
|
void |
init()
|
void |
init(ExceptionNode other,
boolean deep)
|
void |
init(Node message)
|
void |
init(Node message,
Node nested)
|
void |
init(StringNode message)
|
Node |
location()
|
Node |
message()
|
Node |
nested()
|
void |
setLocation(SourceLocator location)
|
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 |
public static final Type TYPE
| Constructor Detail |
public ExceptionNode(AbstractNode me,
Type type)
public ExceptionNode(java.lang.String reason,
Node nested,
SourceLocator location)
public ExceptionNode(ExceptionNode other,
boolean deep)
public ExceptionNode()
public ExceptionNode(Node message)
public ExceptionNode(StringNode message)
public ExceptionNode(Node message,
Node nested)
| Method Detail |
public void setLocation(SourceLocator location)
public java.lang.String getMessage()
public java.lang.String getReason()
public Node getNested()
public java.lang.String toString()
toString in class AbstractNode
public void init(ExceptionNode other,
boolean deep)
public void init()
init in class AbstractNodepublic void init(Node message)
public void init(StringNode message)
public void init(Node message,
Node nested)
public Node message()
public Node nested()
public Node location()
public Node string()
public Node copy(boolean deep)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||