Class ConversionInputException

  • All Implemented Interfaces:
    Serializable

    public class ConversionInputException
    extends ConverterException
    Thrown if the source file that was provided for a conversion appears to not be of the provided DocumentType. This means that the input data either represents another file format or the input data is corrupt and cannot be read by the responsible IConverter.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConversionInputException

        public ConversionInputException​(String message)
      • ConversionInputException

        public ConversionInputException​(String message,
                                        Throwable cause)