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:
Serializable
Direct Known Subclasses:
RtfStructureException

public class RtfException extends IOException

Base class for rtflib exceptions.

This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).

See Also:
  • Constructor Details

    • RtfException

      public RtfException(String reason)
      Parameters:
      reason - Description of reason for Exception.