Uses of Class
com.realobjects.pdfreactor.Exceptions.PDFreactorException
Packages that use PDFreactorException
Package
Description
- 
Uses of PDFreactorException in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that throw PDFreactorExceptionModifier and TypeMethodDescriptionPDFreactor.convert(Configuration configuration) Converts the specifiedConfigurationinto PDF or image.PDFreactor.convert(Configuration configuration, OutputStreamProvider function) Converts the specifiedConfigurationinto PDF or image and writes it intoOutputStream(s) created by the supplied function.PDFreactor.convert(Configuration configuration, OutputStream outputStream) Converts the specifiedConfigurationinto PDF or image and writes it directly in the suppliedOutputStream.byte[]PDFreactor.convertAsBinary(Configuration configuration) Converts the specifiedConfigurationinto PDF or image.voidPDFreactor.convertAsBinary(Configuration configuration, OutputStream outputStream) Converts the specifiedConfigurationinto PDF or image and writes it directly in the suppliedOutputStream. - 
Uses of PDFreactorException in com.realobjects.pdfreactor.Exceptions
Subclasses of PDFreactorException 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 conversion could not be finished.classThrown when the configuredConfiguration.setPageOrder(String)resulted in an empty PDF.classThrown when the runtime environment is not suitable for running PDFreactor or processing the requested job.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 an incompatible Java version is used.classThrown when there was an issue with the configured license key.classThis exception is thrown when a dependency ofPDFreactoris not available.classThrown when a resource could not be loaded and the appropriate error policy is configured.classThrown when PDFreactor was unable to write output in any of theOutputStreams that were supplied throughOutputItems.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 programmatically, e.g.classThrown if the conversion was terminated by a configured timeout.Constructors in com.realobjects.pdfreactor.Exceptions with parameters of type PDFreactorException - 
Uses of PDFreactorException in com.realobjects.pdfreactor.useragent.exceptions
Subclasses of PDFreactorException in com.realobjects.pdfreactor.useragent.exceptionsModifier and TypeClassDescriptionclassThrown when there is an error with the HTTP cache.classThis exception is thrown by theUserAgent's constructor and represents problems that occurred due to misconfiguration.