Package com.documents4j.throwables
Class ConversionInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.documents4j.throwables.ConverterException
-
- com.documents4j.throwables.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 providedDocumentType. This means that the input data either represents another file format or the input data is corrupt and cannot be read by the responsibleIConverter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionInputException(String message)ConversionInputException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-