org.jfor.jfor.rtflib.exceptions
Class RtfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.jfor.jfor.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.

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
RtfException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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)