Uses of Class
com.realobjects.pdfreactor.Exceptions.PDFreactorException
Package
Description
-
Uses of PDFreactorException in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionPDFreactor.convert
(Configuration configuration) Converts the specifiedConfiguration
into PDF or image.PDFreactor.convert
(Configuration configuration, OutputStreamProvider function) Converts the specifiedConfiguration
into PDF or image and writes it intoOutputStream
(s) created by the supplied function.PDFreactor.convert
(Configuration configuration, OutputStream outputStream) Converts the specifiedConfiguration
into PDF or image and writes it directly in the suppliedOutputStream
.byte[]
PDFreactor.convertAsBinary
(Configuration configuration) Converts the specifiedConfiguration
into PDF or image.void
PDFreactor.convertAsBinary
(Configuration configuration, OutputStream outputStream) Converts the specifiedConfiguration
into PDF or image and writes it directly in the suppliedOutputStream
. -
Uses of PDFreactorException in com.realobjects.pdfreactor.Exceptions
Modifier and TypeClassDescriptionclass
Thrown if a specific event occurred that was undesirable by the current configuration and thus caused a premature termination of the conversion.class
Thrown when the conversion could not be finished.class
Thrown when the configuredConfiguration.setPageOrder(String)
resulted in an empty PDF.class
Thrown when the runtime environment is not suitable for running PDFreactor or processing the requested job.class
Exception for incompatibilities between settings and output formats, e.g.class
Thrown when the conversion is terminated due to an exception in an internal module.class
Thrown when theConfiguration
object is not semantically valid, e.g.class
Thrown when a specified resource is not valid, e.g.class
Thrown when an incompatible Java version is used.class
Thrown when there was an issue with the configured license key.class
This exception is thrown when a dependency ofPDFreactor
is not available.class
Thrown when a resource could not be loaded and the appropriate error policy is configured.class
Thrown when PDFreactor was unable to write output in any of theOutputStream
s that were supplied throughOutputItem
s.class
Thrown when the configuredConfiguration.setPageOrder(String)
was invalid.class
Thrown if a merging specific error occurred.class
Thrown when the configuredConfiguration.setConformance(Conformance)
could not be achieved.class
Thrown if an exception related to PDF signing is thrown.class
Thrown if the conversion was terminated programmatically, e.g.class
Thrown if the conversion was terminated by a configured timeout. -
Uses of PDFreactorException in com.realobjects.pdfreactor.useragent.exceptions
Modifier and TypeClassDescriptionclass
Thrown when there is an error with the HTTP cache.class
This exception is thrown by theUserAgent
's constructor and represents problems that occurred due to misconfiguration.