com.crionics.jpdf
Class PdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crionics.jpdf.PdfException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PdfAuthException, PdfEntityNotFoundException, PdfFileFormatException

public class PdfException
extends java.lang.Exception

This exception is raised when a parsing problem is found.

See Also:
Serialized Form

Constructor Summary
PdfException(java.lang.String message)
           
PdfException(java.lang.Throwable exception)
           
 
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

PdfException

public PdfException(java.lang.String message)

PdfException

public PdfException(java.lang.Throwable exception)


Copyright © 1999-2007 Crionics. All Rights Reserved.