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 Details

    • PDFreactorException

      public PDFreactorException()
    • PDFreactorException

      public PDFreactorException(String message, Throwable cause)
    • PDFreactorException

      public PDFreactorException(String message)
    • PDFreactorException

      public PDFreactorException(Throwable cause)
  • Method Details

    • setResult

      public void setResult(Result result)
    • getMessage

      public final String getMessage()
      Overrides:
      getMessage in class Throwable
    • getResult

      public Result getResult()
      Retrieve the partial Result 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

      public abstract ExceptionType getType()
      Gets the ExceptionType of this exception.
      Returns:
      The exception's type.