|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.render.RenderServiceCodes
public class RenderServiceCodes
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 |
|---|
public static final int CODE_SUCCESS
public static final int CODE_UNKNOWN_FORM
public static final int CODE_GENERAL
public static final int CODE_INVALID_PDF
public static final int CODE_SERVER_ERROR
public static final int CODE_ASSEMBLER
public static final int CODE_INVALID_DATA
| Constructor Detail |
|---|
public RenderServiceCodes()
| Method Detail |
|---|
public static final java.lang.String getMessage(int code)
errorCode - valid error code as defined in this class
public static final java.lang.String getCode(int code)
errorCode - valid error code as defined in this class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||