Class TerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.TerminationException
- All Implemented Interfaces:
Serializable
Thrown if the conversion was terminated programmatically, e.g. from within JavaScript.
- See Also:
-
Constructor Summary
ConstructorDescriptionTerminationException
(Exception cause) TerminationException
(String errorMessage) TerminationException
(String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class com.realobjects.pdfreactor.Exceptions.PDFreactorException
getMessage, getResult, setResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TerminationException
-
TerminationException
-
TerminationException
-
-
Method Details
-
getType
Description copied from class:PDFreactorException
Gets theExceptionType
of this exception.- Specified by:
getType
in classPDFreactorException
- Returns:
- The exception's type.
-