Package com.itextpdf.io.exceptions
Class FontCompressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.io.exceptions.FontCompressionException
- All Implemented Interfaces:
-
Serializable
General compressed font parsing exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newFontCompressionException
.FontCompressionException
(String message) Creates a newFontCompressionException
.FontCompressionException
(String message, Throwable cause) Creates a newFontCompressionException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FontCompressionException
public FontCompressionException()Creates a newFontCompressionException
. -
FontCompressionException
Creates a newFontCompressionException
.- Parameters:
-
message
- the detail message
-
FontCompressionException
Creates a newFontCompressionException
.- Parameters:
-
message
- the detail message -
cause
- the cause (which is saved for later retrieval byThrowable.getCause()
method)
-