gnu.xml.dom.ls

Class DomLSEx


public class DomLSEx
extends LSException

A DOM LS exception incorporating a cause.

Field Summary

Fields inherited from class org.w3c.dom.ls.LSException

PARSE_ERR, SERIALIZE_ERR, code

Constructor Summary

DomLSEx(short type, Exception cause)

Method Summary

void
printStackTrace(PrintStream out)
void
printStackTrace(PrintWriter out)

Constructor Details

DomLSEx

public DomLSEx(short type,
               Exception cause)

Method Details

printStackTrace

public void printStackTrace(PrintStream out)


printStackTrace

public void printStackTrace(PrintWriter out)