org.dom4j

Class DocumentException

public class DocumentException extends Exception

DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.

Version: $Revision: 1.7 $

Author: James Strachan

Constructor Summary
DocumentException()
DocumentException(String message)
DocumentException(Throwable nestedException)
DocumentException(String message, Throwable nestedException)
Method Summary
StringgetMessage()
ThrowablegetNestedException()
voidprintStackTrace()
voidprintStackTrace(PrintStream out)
voidprintStackTrace(PrintWriter writer)

Constructor Detail

DocumentException

public DocumentException()

DocumentException

public DocumentException(String message)

DocumentException

public DocumentException(Throwable nestedException)

DocumentException

public DocumentException(String message, Throwable nestedException)

Method Detail

getMessage

public String getMessage()

getNestedException

public Throwable getNestedException()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream out)

printStackTrace

public void printStackTrace(PrintWriter writer)
Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge