com.adobe.icc.render
Class RenderServiceCodes

java.lang.Object
  extended by com.adobe.icc.render.RenderServiceCodes

public class RenderServiceCodes
extends java.lang.Object

Render Service error codes and messages passed on to AMS


Field Summary
static int CODE_ASSEMBLER
          Assembler Error
static int CODE_GENERAL
          General error
static int CODE_INVALID_DATA
          Invalid or empty XML-data has been passed to a function
static int CODE_INVALID_PDF
          An invalid PDF had been passed in to the service
static int CODE_SERVER_ERROR
          Server Error with ADS components
static int CODE_SUCCESS
          Successful operation (00 - Success)
static int CODE_UNKNOWN_FORM
          Form indicator was invalid, no form found
 
Constructor Summary
RenderServiceCodes()
           
 
Method Summary
static java.lang.String getCode(int code)
          Returns the error code string
static java.lang.String getMessage(int code)
          Returns message text for the error code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE_SUCCESS

public static final int CODE_SUCCESS
Successful operation (00 - Success)

See Also:
Constant Field Values

CODE_UNKNOWN_FORM

public static final int CODE_UNKNOWN_FORM
Form indicator was invalid, no form found

See Also:
Constant Field Values

CODE_GENERAL

public static final int CODE_GENERAL
General error

See Also:
Constant Field Values

CODE_INVALID_PDF

public static final int CODE_INVALID_PDF
An invalid PDF had been passed in to the service

See Also:
Constant Field Values

CODE_SERVER_ERROR

public static final int CODE_SERVER_ERROR
Server Error with ADS components

See Also:
Constant Field Values

CODE_ASSEMBLER

public static final int CODE_ASSEMBLER
Assembler Error

See Also:
Constant Field Values

CODE_INVALID_DATA

public static final int CODE_INVALID_DATA
Invalid or empty XML-data has been passed to a function

See Also:
Constant Field Values
Constructor Detail

RenderServiceCodes

public RenderServiceCodes()
Method Detail

getMessage

public static final java.lang.String getMessage(int code)
Returns message text for the error code

Parameters:
errorCode - valid error code as defined in this class
Returns:
text with message or "Unknown error code!"

getCode

public static final java.lang.String getCode(int code)
Returns the error code string

Parameters:
errorCode - valid error code as defined in this class
Returns:
error code text (2 digit) or 99 if unknown


[an error occurred while processing this directive] [an error occurred while processing this directive]