Class OfficeConverterException

  • All Implemented Interfaces:
    Serializable

    public class OfficeConverterException
    extends Exception
    Represents an exception that can be thrown during office document conversion operations.
    Since:
    5.0M2
    Version:
    $Id: c2baf2ae35779c45592d944e32eccba40a8cd660 $
    See Also:
    Serialized Form
    • Constructor Detail

      • OfficeConverterException

        public OfficeConverterException​(String message)
        Constructs a new instance.
        Parameters:
        message - the exception message
      • OfficeConverterException

        public OfficeConverterException​(String message,
                                        Throwable cause)
        Constructs a new instance.
        Parameters:
        message - the exception message
        cause - the Throwable which is the cause of this exception