Package org.jpedal.exception
Class PdfFontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpedal.exception.PdfException
org.jpedal.exception.PdfFontException
- All Implemented Interfaces:
Serializable
used to handle problems or unexpected behaviour in our Font Renderer
- See Also:
-
Constructor Summary
ConstructorDescriptionPdfFontException
(String message) provides a security exception if access not permitted -
Method Summary
Methods inherited from class org.jpedal.exception.PdfException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfFontException
provides a security exception if access not permitted- Parameters:
message
- the error message when a PdfFontException occurs
-