Class PDFreactorPDFConformanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.ConversionException
com.realobjects.pdfreactor.Exceptions.PDFreactorPDFConformanceException
- All Implemented Interfaces:
- Serializable
Thrown when the configured 
Configuration.setConformance(Conformance) could not be achieved.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionPDFreactorPDFConformanceException(com.realobjects.pdfbaker.pdf.PdfXConformanceException msgSrc) Copies message from PDFbaker conformance exception to new PDFreactor conformance exception, not keeping a cause.PDFreactorPDFConformanceException(String message) 
- 
Method SummaryMethods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorExceptionfillInStackTrace, getMessage, getResult, setResultMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
PDFreactorPDFConformanceExceptionpublic PDFreactorPDFConformanceException(com.realobjects.pdfbaker.pdf.PdfXConformanceException msgSrc) Copies message from PDFbaker conformance exception to new PDFreactor conformance exception, not keeping a cause.
- 
PDFreactorPDFConformanceException
 
- 
- 
Method Details- 
getTypeDescription copied from class:PDFreactorExceptionGets theExceptionTypeof this exception.- Specified by:
- getTypein class- PDFreactorException
- Returns:
- The exception's type.
 
 
-