public class ProcessingException extends OperationException
ProcessingException
is thrown when there is an error processing a named result block in the DDX
document. Such errors include missing or corrupted input files or unsupported operations.
This exception may be thrown by invoke
or it may appear in the output map as the value for the key
matching the name of the result block that threw the error.
Depending on the value of the FAIL_ON_ERROR
environment setting, further processing of result blocks
in the DDX document may either stop or continue. For information about setting this environment value, see
Assembling PDF Documents.
AssemblerException.ClientException
Constructor and Description |
---|
ProcessingException()
Constructs a new exception with a
null message and cause. |
ProcessingException(String message)
Constructs a new exception with the given message.
|
ProcessingException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
ProcessingException(Throwable cause)
Constructs a new exception with the given cause.
|
getJobLog, setJobLog
public ProcessingException()
null
message and cause.Exception.Exception()
public ProcessingException(String message)
message
- The detailed message.Exception.Exception(java.lang.String)
public ProcessingException(String message, Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.String, java.lang.Throwable)
public ProcessingException(Throwable cause)
cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.Throwable)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.