Class DocumentImportException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DocumentImportException.Canceled

    public class DocumentImportException
    extends java.lang.Exception
    An exception thrown when import of document fails due to improper format or unexpected data in file.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentImportException​(java.lang.String message)
      constructor.
      DocumentImportException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new documentImportException with the specified detail message and cause.
    • 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
    • Constructor Detail

      • DocumentImportException

        public DocumentImportException​(java.lang.String message)
        constructor.
        Parameters:
        message - human readable message explaining the cause of failure
      • DocumentImportException

        public DocumentImportException​(java.lang.String message,
                                       java.lang.Throwable cause)
        Constructs a new documentImportException with the specified detail message and cause.
        Parameters:
        message -
        cause -