com.itextpdf.text.pdf.parser
Class InlineImageUtils.InlineImageParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.itextpdf.text.pdf.parser.InlineImageUtils.InlineImageParseException
All Implemented Interfaces:
Serializable
Enclosing class:
InlineImageUtils

public static class InlineImageUtils.InlineImageParseException
extends IOException

Simple class in case users need to differentiate an exception from processing inline images vs other exceptions

Since:
5.0.4
See Also:
Serialized Form

Constructor Summary
InlineImageUtils.InlineImageParseException(String message)
           
 
Method Summary
 
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

InlineImageUtils.InlineImageParseException

public InlineImageUtils.InlineImageParseException(String message)


Copyright © 2013. All Rights Reserved.