Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RtfException

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