Uses of Class
com.saperion.ngc.exception.RenderingFailedException
- 
Packages that use RenderingFailedException Package Description com.saperion.ngc.model.document Package for document model classes.
- 
- 
Uses of RenderingFailedException in com.saperion.ngc.model.documentMethods in com.saperion.ngc.model.document that throw RenderingFailedException Modifier and Type Method Description java.util.List<com.saperion.connector.renditions.Rendition>DocClassicConnectorService. getRenderedDocument(DocumentId documentId, com.saperion.connector.formats.TargetFormat format, boolean currentRevision)Renders the specified document to the target format.java.util.List<com.saperion.connector.renditions.Rendition>DocumentService. getRenderedDocument(DocumentId documentId, com.saperion.connector.formats.TargetFormat format, boolean currentRevision)Renders the specified document to the target format.
 
-