org.dom4j
Class DocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
getNestedException
public java.lang.Throwable getNestedException()
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