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:
java.io.Serializable
public class PDFFontException extends PDFException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PDFFontException(java.lang.String message)
Create a new PDFFontException.PDFFontException(java.lang.String message, java.lang.Throwable cause)
Create a new PDFFontException wrapping an existing exception.PDFFontException(java.lang.Throwable cause)
Create a new PDFFontException wrapping an existing exception.
-
-
-
Constructor Detail
-
PDFFontException
public PDFFontException(java.lang.String message)
Create a new PDFFontException.- Parameters:
message
- the detail message.
-
PDFFontException
public PDFFontException(java.lang.String message, java.lang.Throwable cause)
Create a new PDFFontException wrapping an existing exception.- Parameters:
message
- the detail message.cause
- the cause.
-
PDFFontException
public PDFFontException(java.lang.Throwable cause)
Create a new PDFFontException wrapping an existing exception.- Parameters:
cause
- the cause.
-
-