Class DocumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sf.carte.doc.DocumentException
All Implemented Interfaces:
Serializable

public class DocumentException extends Exception
Generic document-related exception.

Generally contains domain-specific exceptions that give more information, like SAXExceptions or implementation-specific exceptions.

See Also:
  • Constructor Details

    • DocumentException

      public DocumentException()
    • DocumentException

      public DocumentException(String message)
    • DocumentException

      public DocumentException(String message, Throwable cause)
    • DocumentException

      public DocumentException(Throwable cause)