|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.ElementImpl
com.novell.nds.dirxml.driver.xds.ExceptionElement
An <exception>
element.
This element is a non-XDS element that can be appended to a
<status>
element to facilitate DirXML driver debugging.
Constructor Summary | |
ExceptionElement(DocumentImpl myDocument,
Element myParentElement)
Creates a new ExceptionElement object. |
Method Summary | |
void |
messageAppend(Throwable t)
Appends a throwable object's message to this element. |
void |
stackTraceAppend(Throwable t)
Appends a throwable object's stack trace to this element. |
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExceptionElement(DocumentImpl myDocument, Element myParentElement)
myDocument
- the owner documentmyParentElement
- the parent elementMethod Detail |
public void messageAppend(Throwable t)
t
- may be null
public void stackTraceAppend(Throwable t)
t
- may be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |