Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.rtflib.rtfdoc
Class RtfExternalGraphic.ExternalGraphicException  view RtfExternalGraphic.ExternalGraphicException download RtfExternalGraphic.ExternalGraphicException.java

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


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.io.IOException
 
Fields inherited from class java.lang.Throwable
 
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)