Class DocumentFormatConversionException

  • All Implemented Interfaces:
    Serializable

    public class DocumentFormatConversionException
    extends org.silverpeas.kernel.SilverpeasRuntimeException
    Exception thrown when an error occurs while converting a document to another format.
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentFormatConversionException

        public DocumentFormatConversionException​(String msg)
        Constructs an instance of FormatConvertionException with the specified detail message.
        Parameters:
        msg - the detail message.
      • DocumentFormatConversionException

        public DocumentFormatConversionException​(Throwable thrwbl)
      • DocumentFormatConversionException

        public DocumentFormatConversionException​(String string,
                                                 Throwable thrwbl)