org.jfor.jfor.rtflib.rtfdoc
Class RtfExternalGraphic.ExternalGraphicException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.jfor.jfor.rtflib.rtfdoc.RtfExternalGraphic.ExternalGraphicException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RtfExternalGraphic

public static class RtfExternalGraphic.ExternalGraphicException
extends java.io.IOException

Exception thrown when an image file/URL cannot be read

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) RtfExternalGraphic.ExternalGraphicException(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

RtfExternalGraphic.ExternalGraphicException

RtfExternalGraphic.ExternalGraphicException(java.lang.String reason)