Package com.realobjects.pdfreactor.Exceptions
package com.realobjects.pdfreactor.Exceptions
-
ClassDescriptionThrown if a specific event occurred that was undesirable by the current configuration and thus caused a premature termination of the conversion.Thrown when the conversion could not be finished.Thrown when the configured
Configuration.setPageOrder(String)
resulted in an empty PDF.Thrown when the runtime environment is not suitable for running PDFreactor or processing the requested job.The type of aPDFreactorException
.Exception for incompatibilities between settings and output formats, e.g.Thrown when the conversion is terminated due to an exception in an internal module.Thrown when theConfiguration
object is not semantically valid, e.g.Thrown when a specified resource is not valid, e.g.Thrown when an incompatible Java version is used.Thrown when there was an issue with the configured license key.This exception is thrown when a dependency ofPDFreactor
is not available.Thrown when a resource could not be loaded and the appropriate error policy is configured.Thrown when PDFreactor was unable to write output in any of theOutputStream
s that were supplied throughOutputItem
s.Thrown when the configuredConfiguration.setPageOrder(String)
was invalid.Thrown if a merging specific error occurred.This exception is thrown byPDFreactor
's convert methods and represents exceptions which caused PDFreactor to abort the conversion.Thrown when the configuredConfiguration.setConformance(Conformance)
could not be achieved.Thrown if an exception related to PDF signing is thrown.Thrown if the conversion was terminated programmatically, e.g.Thrown if the conversion was terminated by a configured timeout.