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
public class PdfException extends Exception
a generic exception which code can throw if there is an error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfException()
PdfException(String message)
set message at exceptionPdfException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
display the error message-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
display the error message- Overrides:
getMessage
in classThrowable
-
-