com.itextpdf.tool.xml.net.exc
Class NoImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itextpdf.tool.xml.net.exc.NoImageException
All Implemented Interfaces:
Serializable

public class NoImageException
extends Exception

Author:
redlab_b
See Also:
Serialized Form

Constructor Summary
NoImageException(String src)
           
NoImageException(String src, Exception e)
           
 
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

NoImageException

public NoImageException(String src)
Parameters:
src - the unconvertible path.

NoImageException

public NoImageException(String src,
                        Exception e)
Parameters:
src - the src attribute, used by localization message
e - the actual error


Copyright © 2012. All Rights Reserved.