Uses of Class
com.realobjects.pdfreactor.Exceptions.ConversionException
Packages that use ConversionException
-
Uses of ConversionException in com.realobjects.pdfreactor.Exceptions
Subclasses of ConversionException in com.realobjects.pdfreactor.ExceptionsModifier and TypeClassDescriptionclassThrown if a specific event occurred that was undesirable by the current configuration and thus caused a premature termination of the conversion.classThrown when the configuredConfiguration.setPageOrder(String)resulted in an empty PDF.classException for incompatibilities between settings and output formats, e.g.classThrown when the conversion is terminated due to an exception in an internal module.classThrown when theConfigurationobject is not semantically valid, e.g.classThrown when a specified resource is not valid, e.g.classThrown when a resource could not be loaded and the appropriate error policy is configured.classThrown when the configuredConfiguration.setPageOrder(String)was invalid.classThrown if a merging specific error occurred.classThrown when the configuredConfiguration.setConformance(Conformance)could not be achieved.classThrown if an exception related to PDF signing is thrown.classThrown if the conversion was terminated by a configured timeout.