Package com.itextpdf.kernel.exceptions
Class Pdf20ConformanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.commons.exceptions.ITextException
-
- com.itextpdf.kernel.exceptions.PdfException
-
- com.itextpdf.kernel.exceptions.Pdf20ConformanceException
-
- All Implemented Interfaces:
java.io.Serializable
public class Pdf20ConformanceException extends PdfException
Exception that is thrown when the PDF Document doesn't adhere to the PDF 2.0 specification.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
-
Constructor Summary
Constructors Constructor Description Pdf20ConformanceException(java.lang.String message)
Creates newPdf20ConformanceException
instance.Pdf20ConformanceException(java.lang.String message, java.lang.Exception cause)
Creates newPdf20ConformanceException
instance.
-
Method Summary
-
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
-
-
-
-
Constructor Detail
-
Pdf20ConformanceException
public Pdf20ConformanceException(java.lang.String message)
Creates newPdf20ConformanceException
instance.- Parameters:
message
- the error message
-
Pdf20ConformanceException
public Pdf20ConformanceException(java.lang.String message, java.lang.Exception cause)
Creates newPdf20ConformanceException
instance.- Parameters:
message
- the detail messagecause
- the cause
-
-