Class DocumentException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      A serial version UID
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentException()
      Constructs a DocumentException without a message.
      DocumentException​(java.lang.Exception ex)
      Creates a Document exception.
      DocumentException​(java.lang.String message)
      Constructs a DocumentException with a message.
      DocumentException​(java.lang.String message, java.lang.Exception ex)
      Constructs a DocumentException with a message and a Exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        A serial version UID
        See Also:
        Constant Field Values
    • Constructor Detail

      • DocumentException

        public DocumentException​(java.lang.Exception ex)
        Creates a Document exception.
        Parameters:
        ex - an exception that has to be turned into a DocumentException
      • DocumentException

        public DocumentException()
        Constructs a DocumentException without a message.
      • DocumentException

        public DocumentException​(java.lang.String message)
        Constructs a DocumentException with a message.
        Parameters:
        message - a message describing the exception
      • DocumentException

        public DocumentException​(java.lang.String message,
                                 java.lang.Exception ex)
        Constructs a DocumentException with a message and a Exception.
        Parameters:
        message - a message describing the exception
        ex - an exception that has to be turned into a DocumentException