Class OfficeImporterException

  • All Implemented Interfaces:
    Serializable

    public class OfficeImporterException
    extends Exception
    The class used to indicate exceptions specific to the Office Importer plugin.
    Since:
    1.8M1
    Version:
    $Id: 3c8eac74d339d2af44ae7d41815523c425ef0414 $
    See Also:
    Serialized Form
    • Constructor Detail

      • OfficeImporterException

        public OfficeImporterException​(String message)
        Constructs a new exception with the specified message.
        Parameters:
        message - The explanation of the exception.
      • OfficeImporterException

        public OfficeImporterException​(Throwable throwable)
        Constructs a new exception with the specified cause.
        Parameters:
        throwable - The underlying cause for this exception.
      • OfficeImporterException

        public OfficeImporterException​(String message,
                                       Throwable throwable)
        Constructs a new exception with the specified message and cause.
        Parameters:
        message - The explanation of the exception.
        throwable - The underlying cause for this exception.