public class PDFUtilityMsgSet extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PREFIX
A prefix for all messages.
|
static String |
UTL_N00_001_VERSION
Displays the PDF Utility service version.
|
static String |
UTL_N00_002_REQUEST
Shows the requests being processed.
|
static String |
UTL_N00_003_RESULT
Shows the results being returned.
|
static String |
UTL_N00_004_MISSING_REDACTION_OPTIONS
Uses a default RedactionOptionSpec object.
|
static String |
UTL_S00_001_MISSING_DOCUMENT
The document to query is missing.
|
static String |
UTL_S00_002_QUERY_EXCEPTION
An error occured during processing.
|
static String |
UTL_S00_003_INVALID_PDF_DOCUMENT
The document provided as a PDF document was invalid.
|
static String |
UTL_S00_004_MISSING_DOCUMENT_FOR_REDACTION
No document was supplied for redaction
|
static String |
UTL_S00_009_HAS_SIGNED_SIGNATURE_FIELD
The PDF document is signed
|
static String |
UTL_S00_010_INVALID_PDF_DOCUMENT_REDACTION
The document provided as a PDF document was invalid.
|
static String |
UTL_S00_011_PDF_IO_ERROR
An I/O error has occurred during the reading or writing of the PDF file
or in the reading or writing of temporary caches of PDF data.
|
static String |
UTL_S00_012_INVALID_PARAMETERS_FOR_REDACTION
One or more of the parameters passed to redact are invalid
|
static String |
UTL_S00_013_UNABLE_TO_COMPLETE_OPERATION
An error occurred which is not
mappable into one of the other exception classes.
|
static String |
UTL_S00_014_AFE_FONT_SET_ERROR
This exception indicates an error in the AFE font set or
in one of the individual fonts in that font set.
|
static String |
UTL_S00_015_PDF_SECURITY_ERROR
This exception indicates that some general security issue has occurred during the
processing of the request.
|
static String |
UTL_S00_016_PDF_GENERAL_ERROR
If the exceptions occurred is not caught but is still a child of PDFException,
and the PDFException is caught, then this message is thrown.
|
static String |
UTL_S00_017_IMAGE_FILTER_NOT_SUPPORTED
This exception message is shown when the user wants to redact an image portion
but the image filter is unsupported and the user had chosen not to remove whole
image for unsupported filter.
|
static String |
UTL_S00_022_MISSING_DOCUMENT_FOR_SANITIZATION
No document was supplied for sanitization
|
static String |
UTL_S00_023_CANNOT_SANITIZE_DOCUMENT_WITH_XFA_CONTENT
Cannot sanitize document with XFA content.
|
static String |
UTL_S00_024_CANNOT_SANITIZE_DOCUMENT_WITH_COLLECTION
Cannot sanitize document with collection.
|
static String |
UTL_S00_025_DOCUMENT_PROCESSING_ERROR
General Error that will be thrown whenever an error is encountered in document processing
|
static String |
UTL_S01_001_ERROR_PROCESSING_DOCUMENT
Generic error code returned when the an error occurs while processing a document.
|
static String |
UTL_S04_001_XDP_CONVERSION_FAILURE
Unable to convert the input PDF document to an XDP document.
|
static String |
UTL_S04_002_MISSING_DOCUMENT
The document to convert to a PDF document or XDP document is missing.
|
static String |
UTL_S04_003_NO_XDP_DOCUMENT
The document to convert to a PDF document is not an XDP document.
|
static String |
UTL_S04_004_NO_XFA_PDF_DOCUMENT
The input document to convert to an XDP document is not an XFA-based PDF document.
|
static String |
UTL_S04_005_PDF_CONVERSION_FAILURE
Unable to convert the input PDF document to an XDP document.
|
static String |
UTL_S04_006_FAILURE_TO_DETECT_FORMAT
Unable to detect the format of the input PDF document.
|
static String |
UTL_S04_007_DOCUMENT_FAILED_TO_CLOSE
Unable to close the output document.
|
static String |
UTL_W00_002_MISSING_OPTIONS
Uses a default options object because
null was passed in. |
static String |
UTL_W00_003_UNKNOWN_PROPERTIES
Warnings regarding requested options that were returned as null because the query failed.
|
Constructor and Description |
---|
PDFUtilityMsgSet() |
Modifier and Type | Method and Description |
---|---|
static String |
getMessage(String code,
Object[] args) |
public static final String PREFIX
public static final String UTL_N00_001_VERSION
public static final String UTL_N00_002_REQUEST
public static final String UTL_N00_003_RESULT
public static final String UTL_N00_004_MISSING_REDACTION_OPTIONS
public static final String UTL_W00_002_MISSING_OPTIONS
null
was passed in.public static final String UTL_W00_003_UNKNOWN_PROPERTIES
public static final String UTL_S00_001_MISSING_DOCUMENT
public static final String UTL_S00_002_QUERY_EXCEPTION
public static final String UTL_S00_003_INVALID_PDF_DOCUMENT
public static final String UTL_S00_004_MISSING_DOCUMENT_FOR_REDACTION
public static final String UTL_S00_009_HAS_SIGNED_SIGNATURE_FIELD
public static final String UTL_S00_010_INVALID_PDF_DOCUMENT_REDACTION
public static final String UTL_S00_011_PDF_IO_ERROR
public static final String UTL_S00_012_INVALID_PARAMETERS_FOR_REDACTION
public static final String UTL_S00_013_UNABLE_TO_COMPLETE_OPERATION
public static final String UTL_S00_014_AFE_FONT_SET_ERROR
public static final String UTL_S00_015_PDF_SECURITY_ERROR
SecurityHandler
interface may wish to subclass one of these to provide more specific information.public static final String UTL_S00_016_PDF_GENERAL_ERROR
public static final String UTL_S00_017_IMAGE_FILTER_NOT_SUPPORTED
public static final String UTL_S00_022_MISSING_DOCUMENT_FOR_SANITIZATION
public static final String UTL_S00_023_CANNOT_SANITIZE_DOCUMENT_WITH_XFA_CONTENT
public static final String UTL_S00_025_DOCUMENT_PROCESSING_ERROR
public static final String UTL_S00_024_CANNOT_SANITIZE_DOCUMENT_WITH_COLLECTION
public static final String UTL_S04_001_XDP_CONVERSION_FAILURE
public static final String UTL_S04_002_MISSING_DOCUMENT
public static final String UTL_S04_003_NO_XDP_DOCUMENT
public static final String UTL_S04_004_NO_XFA_PDF_DOCUMENT
public static final String UTL_S04_005_PDF_CONVERSION_FAILURE
public static final String UTL_S04_006_FAILURE_TO_DETECT_FORMAT
public static final String UTL_S04_007_DOCUMENT_FAILED_TO_CLOSE
public static final String UTL_S01_001_ERROR_PROCESSING_DOCUMENT
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.