Class OutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realobjects.util.exceptions.RealObjectsException
com.realobjects.pdfreactor.Exceptions.PDFreactorException
com.realobjects.pdfreactor.Exceptions.OutputException
- All Implemented Interfaces:
Serializable
Thrown when PDFreactor was unable to write output in any of the
OutputStream
s
that were supplied through OutputItem
s.- See Also:
-
Constructor Summary
ConstructorDescriptionOutputException
(IOException cause) OutputException
(String message) OutputException
(String message, Exception 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
-
OutputException
-
OutputException
-
OutputException
-
-
Method Details
-
getType
Description copied from class:PDFreactorException
Gets theExceptionType
of this exception.- Specified by:
getType
in classPDFreactorException
- Returns:
- The exception's type.
-