Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.ConversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadEventException,EmptyPDFException,IncompatibleOutputFormatException,InternalException,InvalidConfigurationException,InvalidResourceException,PageOrderException,PdfMergeException,PDFreactorPDFConformanceException,PdfSignException,TimeoutException
Thrown when the conversion could not be finished. This likely means that the
Configuration object passed to one of the PDFreactor methods
needs to be adjusted.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConversionException(String message) ConversionException(String message, Throwable cause) ConversionException(Throwable cause) -
Method Summary
Methods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorException
fillInStackTrace, getMessage, getResult, getType, setResultMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
-
ConversionException
-
ConversionException
-