java.lang.RuntimeException | +--org.w3c.dom.DOMException | +--gnu.xml.dom.DomEx
DomEx(short code) Constructs an exception, with the diagnostic message corresponding to the specified code. |
DomEx(short code, java.lang.String data, Node node, int value) Constructs an exception, with the diagnostic message corresponding to the specified code and additional information as provided. |
java.lang.String | getData() Returns data to which the diagnotic applies, or null. |
java.lang.String | Returns a diagnostic message that may be slightly more useful than the generic one, where possible. |
getNode() Returns the node to which the diagnotic applies, or null. | |
int | getValue() Returns data to which the diagnotic applies, or null. |
public DomEx(short code, java.lang.String data, Node node, int value)
public DomEx(short code)
public final String getData()
public String getMessage()
public final Node getNode()
public final int getValue()