|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.livecycle.assembler.client.AssemblerException com.adobe.livecycle.assembler.client.OperationException com.adobe.livecycle.assembler.client.ProcessingException
public class ProcessingException
A 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.
Constructor Summary | |
---|---|
ProcessingException()
Constructs a new exception with a null message and cause. |
|
ProcessingException(java.lang.String message)
Constructs a new exception with the given message. |
|
ProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the given message and cause. |
|
ProcessingException(java.lang.Throwable cause)
Constructs a new exception with the given cause. |
Method Summary |
---|
Methods inherited from class com.adobe.livecycle.assembler.client.OperationException |
---|
getJobLog, setJobLog |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessingException()
null
message and cause.
Exception.Exception()
public ProcessingException(java.lang.String message)
message
- The detailed message.Exception.Exception(java.lang.String)
public ProcessingException(java.lang.String message, java.lang.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(java.lang.Throwable cause)
cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |