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
ConstructorsConstructorDescriptionPDFreactorException(String message) PDFreactorException(String message, Throwable cause) PDFreactorException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRetrieve the partialResultof the conversion.abstract ExceptionTypegetType()Gets theExceptionTypeof this exception.voidMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PDFreactorException
-
PDFreactorException
-
PDFreactorException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-
setResult
-
getMessage
- Overrides:
getMessagein classThrowable
-
getResult
Retrieve the partialResultof 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 theExceptionTypeof this exception.- Returns:
- The exception's type.
-