Uses of Class
com.saperion.connector.renditions.exceptions.RenderingException
-
Packages that use RenderingException Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.render.engine Base-classes for render engines.com.saperion.connector.renditions.exceptions Rendering exceptions.com.saperion.connector.renditions.isys The external render engine uses an external application for rendering. -
-
Uses of RenderingException in com.saperion.connector
Methods in com.saperion.connector that throw RenderingException Modifier and Type Method Description java.util.List<Rendition>SaClassicConnector. getRendition(Element element, Options options)Returns the rendition object from a rendered document.java.util.List<Rendition>SaClassicConnectorImpl. getRendition(Element element, Options options) -
Uses of RenderingException in com.saperion.connector.render.engine
Methods in com.saperion.connector.render.engine that throw RenderingException Modifier and Type Method Description java.util.List<Rendition>BaseRenderEngine. render(InputStreamDescriptor content, Options options)Loads the content that should be rendered with the specified options and creates the list containing the renditions.java.util.List<Rendition>RenderEngine. render(InputStreamDescriptor content, Options options)Loads the content that should be rendered with the specified options and creates the list containing the renditions.abstract java.util.List<Rendition>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.exceptions Modifier and Type Class Description classFormatNotSupportedExceptionException thrown when the rendering engine does not support the requested format.classPreconditionFailedExceptionException thrown when a precondition was violated. -
Uses of RenderingException in com.saperion.connector.renditions.isys
Subclasses of RenderingException in com.saperion.connector.renditions.isys Modifier and Type Class Description classISYSRenderExecutableFailedExceptionThis exception is thrown when the ISYS executable returned an error-code.Methods in com.saperion.connector.renditions.isys that throw RenderingException Modifier and Type Method Description java.util.List<Rendition>ISYSRenderEngine. safeRender(InputStreamDescriptor content, SourceFormat format, Options options)
-