Uses of Class
com.saperion.connector.renditions.exceptions.RenderingException
Packages that use RenderingException
Package
Description
This package contains the main classic connector classes.
Base-classes for render engines.
Rendering exceptions.
The external render engine uses an external application for rendering.
-
Uses of RenderingException in com.saperion.connector
Methods in com.saperion.connector that throw RenderingExceptionModifier and TypeMethodDescriptionSaClassicConnector.getRendition(Element element, Options options) Returns the rendition object from a rendered document.SaClassicConnectorImpl.getRendition(Element element, Options options) -
Uses of RenderingException in com.saperion.connector.render.engine
Methods in com.saperion.connector.render.engine that throw RenderingExceptionModifier and TypeMethodDescriptionBaseRenderEngine.render(InputStreamDescriptor content, Options options) Loads the content that should be rendered with the specified options and creates the list containing the renditions.RenderEngine.render(InputStreamDescriptor content, Options options) Loads the content that should be rendered with the specified options and creates the list containing the renditions.BaseRenderEngine.safeRender(InputStreamDescriptor content, SourceFormat format, Options options) Creates the collection ofinstances which represent rendered content incl.Rendition -
Uses of RenderingException in com.saperion.connector.renditions.exceptions
Subclasses of RenderingException in com.saperion.connector.renditions.exceptionsModifier and TypeClassDescriptionclassException thrown when the rendering engine does not support the requested format.classException thrown when a precondition was violated. -
Uses of RenderingException in com.saperion.connector.renditions.isys
Subclasses of RenderingException in com.saperion.connector.renditions.isysModifier and TypeClassDescriptionclassThis exception is thrown when the ISYS executable returned an error-code.Methods in com.saperion.connector.renditions.isys that throw RenderingExceptionModifier and TypeMethodDescriptionISYSRenderEngine.safeRender(InputStreamDescriptor content, SourceFormat format, Options options)