- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.lowagie.text.pdf.PdfXConformanceException
-
- All Implemented Interfaces:
Serializable
public class PdfXConformanceException extends RuntimeException
- Author:
- psoares
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdfXConformanceException()Creates a new instance of PdfXConformanceException.PdfXConformanceException(String s)Creates a new instance of PdfXConformanceException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PdfXConformanceException
public PdfXConformanceException()
Creates a new instance of PdfXConformanceException.
-
PdfXConformanceException
public PdfXConformanceException(String s)
Creates a new instance of PdfXConformanceException.- Parameters:
s- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
-
-