com.crionics.jpdf
Class PdfFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crionics.jpdf.PdfException
              extended by com.crionics.jpdf.PdfFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class PdfFileFormatException
extends PdfException

This exception is raised when jPDF cannot recognise the PDF file format

See Also:
Serialized Form

Constructor Summary
PdfFileFormatException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfFileFormatException

public PdfFileFormatException(java.lang.String message)


Copyright © 1999-2007 Crionics. All Rights Reserved.