Class PDFFontException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.internal.pdftoolkit.core.exceptions.PDFException
com.adobe.internal.pdftoolkit.core.exceptions.PDFFontException
- All Implemented Interfaces:
Serializable
This exception indicates an error in the AFE font set or
in one of the individual fonts in that font set has occurred. A client should
consider rebuilding this font set before continuing further
operations with the Adobe PDF Java Toolkit.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPDFFontException
(String message) Create a new PDFFontException.PDFFontException
(String message, Throwable cause) Create a new PDFFontException wrapping an existing exception.PDFFontException
(Throwable cause) Create a new PDFFontException wrapping an existing exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDFFontException
Create a new PDFFontException.- Parameters:
message
- the detail message.
-
PDFFontException
Create a new PDFFontException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFFontException
Create a new PDFFontException wrapping an existing exception.- Parameters:
cause
- the cause.
-