Package org.dom4j

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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()
      • 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