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(String message, Throwable nestedException)
DocumentException(Throwable nestedException)

Method Summary

String
getMessage()
Throwable
getNestedException()
void
printStackTrace()
void
printStackTrace(PrintStream out)
void
printStackTrace(PrintWriter writer)

Constructor Details

DocumentException

public DocumentException()

DocumentException

public DocumentException(String message)

DocumentException

public DocumentException(String message,
                         Throwable nestedException)

DocumentException

public DocumentException(Throwable nestedException)

Method Details

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 Logo