Package org.jpedal.exception
Class PdfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpedal.exception.PdfException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PdfFontException
,PdfSecurityException
A generic PDF exception type which will be thrown if there is an error.
- See Also:
-
Constructor Summary
ConstructorDescriptionPdfException
(String message) set message at exceptionPdfException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfException
public PdfException() -
PdfException
set message at exception- Parameters:
message
- is of type String.
-
PdfException
-
-
Method Details
-
getMessage
display the error message- Overrides:
getMessage
in classThrowable
-