org.dom4j
Class DocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dom4j.DocumentException
All Implemented Interfaces:
java.io.Serializable

public class DocumentException
extends java.lang.Exception

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

Version:
$Revision: 1.7 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
DocumentException()
           
DocumentException(java.lang.String message)
           
DocumentException(java.lang.String message, java.lang.Throwable nestedException)
           
DocumentException(java.lang.Throwable nestedException)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentException

public DocumentException()

DocumentException

public DocumentException(java.lang.String message)

DocumentException

public DocumentException(java.lang.Throwable nestedException)

DocumentException

public DocumentException(java.lang.String message,
                         java.lang.Throwable nestedException)
Method Detail

getNestedException

public java.lang.Throwable getNestedException()

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream out)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo