Class PDFreactorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionException
,EnvironmentException
,LicenseException
,OutputException
,TerminationException
,UserAgentException
public abstract class PDFreactorException
extends com.realobjects.util.exceptions.RealObjectsException
This exception is thrown by
PDFreactor
's convert methods and
represents exceptions which caused PDFreactor to abort the conversion.- See Also:
-
Constructor Summary
ConstructorDescriptionPDFreactorException
(String message) PDFreactorException
(String message, Throwable cause) PDFreactorException
(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionfinal String
Retrieve the partialResult
of the conversion.abstract ExceptionType
getType()
Gets theExceptionType
of this exception.void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDFreactorException
public PDFreactorException() -
PDFreactorException
-
PDFreactorException
-
PDFreactorException
-
-
Method Details
-
setResult
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getResult
Retrieve the partialResult
of the conversion. This result object does not contain a document but may contain other useful information, e.g. the log.- Returns:
- The partial result.
-
getType
Gets theExceptionType
of this exception.- Returns:
- The exception's type.
-