Class ConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.ConversionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadEventException, EmptyPDFException, IncompatibleOutputFormatException, InternalException, InvalidConfigurationException, InvalidResourceException, PageOrderException, PdfMergeException, PDFreactorPDFConformanceException, PdfSignException, TimeoutException

public abstract class ConversionException extends PDFreactorException
Thrown when the conversion could not be finished. This likely means that the Configuration object passed to one of the PDFreactor methods needs to be adjusted.
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String message)
    • ConversionException

      public ConversionException(String message, Throwable cause)
    • ConversionException

      public ConversionException(Throwable cause)