| Package | com.adobe.livecycle.assembler.client |
| Class | public class ASMMsgSet |
| Inheritance | ASMMsgSet
MsgSet
|
| Method | Defined by | ||
|---|---|---|---|
| ASMMsgSet | |||
| Constant | Defined by | ||
|---|---|---|---|
| ASM_N00_000_ASSEMBLER_VERSION
[static] An information message displaying the Assembler version number.
| ASMMsgSet | ||
| ASM_N00_001_BOOTSTRAP
[static] An information message displayed during bootstrapping.
| ASMMsgSet | ||
| ASM_S00_001_MISSING_DDX
[static] The DDX object passed to the
invoke() method was null. | ASMMsgSet | ||
| ASM_S00_002_DDX_EXECUTION_ERROR
[static] DDX Execution error.
| ASMMsgSet | ||
| ASM_S00_003_LOG_PASSIVATION_FAILED
[static] An error occurred while attempting to convert the job log to a com.adobe.idp.Document to return to the client.
| ASMMsgSet | ||
| ASM_S00_004_FONT_MANAGER_ERROR
[static] The FontManager could not be contacted.
| ASMMsgSet | ||
| ASM_S00_005_NO_CONTENT
[static] An error occurred while trying to read the content for a result.
| ASMMsgSet | ||
| ASM_S00_006_PASSIVATE_FAILED
[static] An error occurred while trying to passivate the content for a result.
| ASMMsgSet | ||
| ASM_S00_007_UNKNOWN_OR_NO_RESULT
[static] There was no result document for a result node in the DDX or its type is unknown.
| ASMMsgSet | ||
| ASM_S00_008_INVALID_PDF_DOCUMENT
[static] The document provided as a PDF source was invalid.
| ASMMsgSet | ||
| ASM_S00_009_INVALID_XDP_DOCUMENT
[static] The document provided as an XDP source was invalid.
| ASMMsgSet | ||
| ASM_S00_010_DOCUMENT_FAILED_TO_OPEN
[static] The document could not be opened.
| ASMMsgSet | ||
| ASM_S00_011_CLONE_FAILED_FOR_DOM
[static] The shared DOM could not be cloned.
| ASMMsgSet | ||
| ASM_S00_012_CLOSE_FAILED
[static] An error occured while saving the specified document.
| ASMMsgSet | ||
| ASM_W00_001_INVALID_LOG_LEVEL
[static] An invalid or unknown log level was specified.
| ASMMsgSet | ||
| ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE
[static] The logging subsystem will generate low-level debugging messages for this job, which will affect performance.
| ASMMsgSet | ||
| ASM_W00_003_MISSING_INPUTS_MAP
[static] The input map is
null. | ASMMsgSet | ||
| ASM_W00_004_EMPTY_INPUTS_MAP
[static] The input map is empty.
| ASMMsgSet | ||
| ASM_W00_005_BAD_INPUT_MAP_XPATH
[static] The indicated XPath expression could not be found or evaluated within the process context.
| ASMMsgSet | ||
| ASM_W00_006_BAD_INPUT_MAP_OBJECT
[static] The indicated input map object was an unknown class and could not be converted to a com.adobe.idp.Document.
| ASMMsgSet | ||
| ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE
[static] The specified document failed to close properly.
| ASMMsgSet | ||
| PREFIX
[static] A prefix used for all messages.
| ASMMsgSet | ||
| ASMMsgSet | () |
public ASMMsgSet()
| ASM_N00_000_ASSEMBLER_VERSION | Constant |
public static final ASM_N00_000_ASSEMBLER_VERSIONAn information message displaying the Assembler version number.
| ASM_N00_001_BOOTSTRAP | Constant |
public static final ASM_N00_001_BOOTSTRAPAn information message displayed during bootstrapping.
| ASM_S00_001_MISSING_DDX | Constant |
public static final ASM_S00_001_MISSING_DDXThe DDX object passed to the invoke() method was null. It is required.
| ASM_S00_002_DDX_EXECUTION_ERROR | Constant |
public static final ASM_S00_002_DDX_EXECUTION_ERRORDDX Execution error. The error message is provided along with a stack trace if available. Corrective action should be based on any messages or warnings present.
| ASM_S00_003_LOG_PASSIVATION_FAILED | Constant |
public static final ASM_S00_003_LOG_PASSIVATION_FAILEDAn error occurred while attempting to convert the job log to a com.adobe.idp.Document to return to the client. The exception includes an error message that may indicate the root cause. This error may also occur if the document storage partition is full.
| ASM_S00_004_FONT_MANAGER_ERROR | Constant |
public static final ASM_S00_004_FONT_MANAGER_ERRORThe FontManager could not be contacted. Verify that the FontManager is properly installed. Use the JMX console to verify that it is currently running.
| ASM_S00_005_NO_CONTENT | Constant |
public static final ASM_S00_005_NO_CONTENTAn error occurred while trying to read the content for a result. The content was created, but could not be read from the disk file or input stream. The cause will be provided. This may occur during low disk space or low memory conditions.
| ASM_S00_006_PASSIVATE_FAILED | Constant |
public static final ASM_S00_006_PASSIVATE_FAILEDAn error occurred while trying to passivate the content for a result. The cause will be provided. This can occur if the global temporary storage directory is full or unavailable.
| ASM_S00_007_UNKNOWN_OR_NO_RESULT | Constant |
public static final ASM_S00_007_UNKNOWN_OR_NO_RESULTThere was no result document for a result node in the DDX or its type is unknown. This is an internal logic error and should be reported to Customer Support.
| ASM_S00_008_INVALID_PDF_DOCUMENT | Constant |
public static final ASM_S00_008_INVALID_PDF_DOCUMENTThe document provided as a PDF source was invalid. The document may either be corrupted or the content is not PDF content.
| ASM_S00_009_INVALID_XDP_DOCUMENT | Constant |
public static final ASM_S00_009_INVALID_XDP_DOCUMENTThe document provided as an XDP source was invalid. The document may either be corrupted or the content is not XDP containing a PDF document.
| ASM_S00_010_DOCUMENT_FAILED_TO_OPEN | Constant |
public static final ASM_S00_010_DOCUMENT_FAILED_TO_OPENThe document could not be opened. A chained exception will provide the cause. The most common causes are a corrupt document, an I/O error, or a security-related error.
| ASM_S00_011_CLONE_FAILED_FOR_DOM | Constant |
public static final ASM_S00_011_CLONE_FAILED_FOR_DOMThe shared DOM could not be cloned. A chained exception will provide the cause.
| ASM_S00_012_CLOSE_FAILED | Constant |
public static final ASM_S00_012_CLOSE_FAILEDAn error occured while saving the specified document. Corrective action will depend on the provided cause. The most common causes are a corrupt document, a security error, or an I/O error. Processing will continue, but the exception may result in excess memory consumption or excess file handle consumption.
| ASM_W00_001_INVALID_LOG_LEVEL | Constant |
public static final ASM_W00_001_INVALID_LOG_LEVELAn invalid or unknown log level was specified. A default was used instead.
| ASM_W00_002_LOGGING_IMPACTS_PERFORMANCE | Constant |
public static final ASM_W00_002_LOGGING_IMPACTS_PERFORMANCEThe logging subsystem will generate low-level debugging messages for this job, which will affect performance.
| ASM_W00_003_MISSING_INPUTS_MAP | Constant |
public static final ASM_W00_003_MISSING_INPUTS_MAPThe input map is null. No inputs are available for processing. This is not a problem for a validate-only job, or a DDX document that contains a single <About/> block. However, any other operations will fail due to the missing inputs. Verify that the Map of input documents is not null and contains one or more documents.
| ASM_W00_004_EMPTY_INPUTS_MAP | Constant |
public static final ASM_W00_004_EMPTY_INPUTS_MAPThe input map is empty. No inputs are available for processing. This is not a problem for a validate-only job, or a DDX that contains a single <About/> block. However, any other operations will fail due to the missing inputs. Verify that the Map of input documents actually contains one or more documents.
| ASM_W00_005_BAD_INPUT_MAP_XPATH | Constant |
public static final ASM_W00_005_BAD_INPUT_MAP_XPATHThe indicated XPath expression could not be found or evaluated within the process context. The corresponding entry will not be included in the input map. This may be a fatal error if the input was required for DDX execution. If the omission was intentional, this warning may be ignored.
| ASM_W00_006_BAD_INPUT_MAP_OBJECT | Constant |
public static final ASM_W00_006_BAD_INPUT_MAP_OBJECTThe indicated input map object was an unknown class and could not be converted to a com.adobe.idp.Document. The object will not be included in the input map during processing. Verify that the contents of the input map conform to the required inputs.
| ASM_W00_007_DOCUMENT_FAILED_TO_CLOSE | Constant |
public static final ASM_W00_007_DOCUMENT_FAILED_TO_CLOSEThe specified document failed to close properly. A cause should have been provided, and should be investigated and corrected. Processing will continue but future attempts to use the same document may fail.
| PREFIX | Constant |
public static final PREFIXA prefix used for all messages.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/assembler/client/ASMMsgSet.html