Uses of Class
org.apache.fop.render.rtf.rtflib.exceptions.RtfException
Packages that use RtfException
Package
Description
RTF (Rich Text Format) Output Support
Classes handling specialized exceptions that arise during RTF creation.
Utility classes used in RTF file generation.
-
Uses of RtfException in org.apache.fop.render.rtf
Methods in org.apache.fop.render.rtf that throw RtfExceptionModifier and TypeMethodDescriptionvoidRTFPlaceHolderHelper.createRTFPlaceholder(Class containerClass) A method to create an object which is missing and required from the RTF structure. -
Uses of RtfException in org.apache.fop.render.rtf.rtflib.exceptions
Subclasses of RtfException in org.apache.fop.render.rtf.rtflib.exceptionsModifier and TypeClassDescriptionclassThrown when a method call would lead to an invalid RTF document structure. -
Uses of RtfException in org.apache.fop.render.rtf.rtflib.tools
Methods in org.apache.fop.render.rtf.rtflib.tools that throw RtfExceptionModifier and TypeMethodDescriptionBuilderContext.getContainer(Class containerClass, boolean required, Object forWhichBuilder) Find the "nearest" container that implements the given interface on our stack.