Package com.itextpdf.text.pdf
Class PdfIsoConformanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.text.pdf.PdfIsoConformanceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PdfAConformanceException
,PdfXConformanceException
public class PdfIsoConformanceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfIsoConformanceException()
Creates a new instance of PdfIsoConformanceException.PdfIsoConformanceException(String s)
Creates a new instance of PdfIsoConformanceException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PdfIsoConformanceException
public PdfIsoConformanceException()
Creates a new instance of PdfIsoConformanceException.
-
PdfIsoConformanceException
public PdfIsoConformanceException(String s)
Creates a new instance of PdfIsoConformanceException.- Parameters:
s
-
-
-