Package org.dom4j

Class DocumentException

  • All Implemented Interfaces:
    Serializable

    public class DocumentException
    extends Exception
    DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentException

        public DocumentException()
      • DocumentException

        public DocumentException​(String message)
      • DocumentException

        public DocumentException​(String message,
                                 Throwable cause)
      • DocumentException

        public DocumentException​(Throwable cause)