com.crionics.jpdf
Class PdfEntityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.crionics.jpdf.PdfException
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
|
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 |
PdfEntityNotFoundException
public PdfEntityNotFoundException(java.lang.String theid,
java.lang.String message)
PdfEntityNotFoundException
public PdfEntityNotFoundException(java.lang.String theid,
java.lang.Throwable exception)
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.