Package com.lowagie.text.pdf
Class PdfXConformanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lowagie.text.pdf.PdfXConformanceException
- All Implemented Interfaces:
Serializable
- Author:
- psoares
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PdfXConformanceException.PdfXConformanceException(String message) Creates a new instance of PdfXConformanceException.PdfXConformanceException(String message, Throwable cause) 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 Details
-
PdfXConformanceException
public PdfXConformanceException()Creates a new instance of PdfXConformanceException. -
PdfXConformanceException
Creates a new instance of PdfXConformanceException.- Parameters:
message- a message describing the exception
-
PdfXConformanceException
Creates a new instance of PdfXConformanceException.- Parameters:
message- a message describing the exceptioncause- The cause
-