Class RtfException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.fop.render.rtf.rtflib.exceptions.RtfException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RtfStructureException
public class RtfException extends java.io.IOException
Base class for rtflib exceptions.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RtfException(java.lang.String reason)
-