Class PdfOptimizerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.pdfoptimizer.exceptions.PdfOptimizerException
- All Implemented Interfaces:
-
Serializable
public class PdfOptimizerException extends com.itextpdf.commons.exceptions.ITextException
Exception class for exceptions in pdfOptimizer module.
- See Also:
-
Constructor Summary
ConstructorDescriptionPdfOptimizerException
(String message) Creates a new instance ofPdfOptimizerException
message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdfOptimizerException
Creates a new instance ofPdfOptimizerException
message.- Parameters:
-
message
- the detail message
-