Class RtfStructureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.fop.render.rtf.rtflib.exceptions.RtfException
-
- org.apache.fop.render.rtf.rtflib.exceptions.RtfStructureException
-
- All Implemented Interfaces:
java.io.Serializable
public class RtfStructureException extends RtfException
Thrown when a method call would lead to an invalid RTF document structure.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RtfStructureException(java.lang.String reason)
-