com.itextpdf.text.exceptions
Class UnsupportedPdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.itextpdf.text.exceptions.InvalidPdfException
                  extended by com.itextpdf.text.exceptions.UnsupportedPdfException
All Implemented Interfaces:
Serializable

public class UnsupportedPdfException
extends InvalidPdfException

Typed exception used when opening an existing PDF document. Gets thrown when the document isn't a valid PDF document according to iText, but it's different from the InvalidPdfException in the sense that it may be an iText limitation (most of the times it isn't but you might have bumped into something that has been added to the PDF specs, but that isn't supported in iText yet).

Since:
2.1.5
See Also:
Serialized Form

Constructor Summary
UnsupportedPdfException(String message)
          Creates an instance of an UnsupportedPdfException.
 
Method Summary
 
Methods inherited from class com.itextpdf.text.exceptions.InvalidPdfException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UnsupportedPdfException

public UnsupportedPdfException(String message)
Creates an instance of an UnsupportedPdfException.

Parameters:
message - the reason why the document isn't a PDF document according to iText.


Copyright © 2013. All Rights Reserved.