com.adobe.livecycle.docconverter.client
Class CVTMsgSet

java.lang.Object
  extended by com.adobe.logging.MsgSet
      extended by com.adobe.livecycle.docconverter.client.CVTMsgSet

public class CVTMsgSet
extends com.adobe.logging.MsgSet

This class contains error messages logged by the Assembler Service using the "ASM-" category.


Field Summary
static com.adobe.logging.Msg2 CVT_N00_001_BOOTSTRAP
          An information message displayed during bootstrapping.
static com.adobe.logging.Msg1 CVT_N00_002_PROCESSING_START
          The document processing by DocConverter has been started.
static com.adobe.logging.Msg1 CVT_N00_003_VALIDATION_NOT_PDFA_COMPLIANT
          The PDF/a validation processing by DocConverter resulted in non-compliance.
static com.adobe.logging.Msg1 CVT_N00_004_VALIDATION_PDFA_COMPLIANT
          The PDF/a validation processing by DocConverter resulted in compliance.
static com.adobe.logging.Msg1 CVT_N00_005_PARTIAL_PDFA_CONVERSION
          The PDF/a conversion processing by DocConverter resulted in partial conversion.
static com.adobe.logging.Msg1 CVT_N00_006_FULL_PDFA_CONVERSION
          The PDF/a conversion processing by DocConverter resulted in full conversion.
static com.adobe.logging.Msg1 CVT_S00_001_DOCUMENT_ERROR
          The document could not be opened.
static com.adobe.logging.Msg0 CVT_S00_002_LOG_PASSIVATION_FAILED
          An error occurred while attempting to convert the job log to a Document to return to the client.
static com.adobe.logging.Msg1 CVT_S00_003_PDFA_VALIDATION_ERROR
          An error occurred while validating a document.
static com.adobe.logging.Msg1 CVT_S00_004_PDFA_CONVERSION_ERROR
          An error occurred while converting a document.
static com.adobe.logging.Msg0 CVT_S00_005_PDFA_TEMPORARY_OUTPUT_ERROR
          An error occurred while creating an temporary document for the output xml.
static java.lang.String PREFIX
          A prefix used for all messages.
 
Fields inherited from class com.adobe.logging.MsgSet
CONFIG, INFO, SEVERE, WARNING
 
Constructor Summary
CVTMsgSet()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
A prefix used for all messages.

See Also:
Constant Field Values

CVT_N00_001_BOOTSTRAP

public static final com.adobe.logging.Msg2 CVT_N00_001_BOOTSTRAP
An information message displayed during bootstrapping.


CVT_N00_002_PROCESSING_START

public static final com.adobe.logging.Msg1 CVT_N00_002_PROCESSING_START
The document processing by DocConverter has been started.


CVT_N00_003_VALIDATION_NOT_PDFA_COMPLIANT

public static final com.adobe.logging.Msg1 CVT_N00_003_VALIDATION_NOT_PDFA_COMPLIANT
The PDF/a validation processing by DocConverter resulted in non-compliance.


CVT_N00_004_VALIDATION_PDFA_COMPLIANT

public static final com.adobe.logging.Msg1 CVT_N00_004_VALIDATION_PDFA_COMPLIANT
The PDF/a validation processing by DocConverter resulted in compliance.


CVT_N00_005_PARTIAL_PDFA_CONVERSION

public static final com.adobe.logging.Msg1 CVT_N00_005_PARTIAL_PDFA_CONVERSION
The PDF/a conversion processing by DocConverter resulted in partial conversion.


CVT_N00_006_FULL_PDFA_CONVERSION

public static final com.adobe.logging.Msg1 CVT_N00_006_FULL_PDFA_CONVERSION
The PDF/a conversion processing by DocConverter resulted in full conversion.


CVT_S00_001_DOCUMENT_ERROR

public static final com.adobe.logging.Msg1 CVT_S00_001_DOCUMENT_ERROR
The 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.


CVT_S00_002_LOG_PASSIVATION_FAILED

public static final com.adobe.logging.Msg0 CVT_S00_002_LOG_PASSIVATION_FAILED
An error occurred while attempting to convert the job log to a 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.


CVT_S00_003_PDFA_VALIDATION_ERROR

public static final com.adobe.logging.Msg1 CVT_S00_003_PDFA_VALIDATION_ERROR
An error occurred while validating a document. This error may have occurred due to low disk space conditions or an internal error.


CVT_S00_004_PDFA_CONVERSION_ERROR

public static final com.adobe.logging.Msg1 CVT_S00_004_PDFA_CONVERSION_ERROR
An error occurred while converting a document. This error may have occurred due to low disk space conditions or an internal error.


CVT_S00_005_PDFA_TEMPORARY_OUTPUT_ERROR

public static final com.adobe.logging.Msg0 CVT_S00_005_PDFA_TEMPORARY_OUTPUT_ERROR
An error occurred while creating an temporary document for the output xml. This error may have occurred due to low disk space conditions or an internal error.

Constructor Detail

CVTMsgSet

public CVTMsgSet()