Package de.xima.fc.transform.pdf.convert
Class PdfConversionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- de.xima.fc.transform.pdf.convert.PdfConversionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PdfConversionException extends RuntimeException
RuntimeException to be thrown in case of conversion problems.- Since:
 - 8.3.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PdfConversionException(String msg)PdfConversionException(String msg, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -