com.crionics.jpdf
Class PdfEntityNotFoundException

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

public final class PdfEntityNotFoundException
extends PdfException

Exception raised when a field, an image or any other pdf entity is not found

See Also:
Serialized Form

Constructor Summary
PdfEntityNotFoundException(java.lang.String theid, java.lang.String message)
           
PdfEntityNotFoundException(java.lang.String theid, java.lang.Throwable exception)
           
 
Method Summary
 java.lang.String getId()
          return the id which generated the exception
 java.lang.String toString()
          return a human readable msg for this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfEntityNotFoundException

public PdfEntityNotFoundException(java.lang.String theid,
                                  java.lang.String message)

PdfEntityNotFoundException

public PdfEntityNotFoundException(java.lang.String theid,
                                  java.lang.Throwable exception)
Method Detail

getId

public java.lang.String getId()
return the id which generated the exception

Returns:
the id which generated the exception

toString

public java.lang.String toString()
return a human readable msg for this exception

Overrides:
toString in class java.lang.Throwable
Returns:
a human readable msg


Copyright © 1999-2007 Crionics. All Rights Reserved.