|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.exception.AsposeErrorInfo
Encapsulates error code and message in pdf create procedure.
Field Summary | |
static int |
BAD_URL_code
Error hannpened when passed a bad URL. |
static java.lang.String |
BAD_URL_ERR
|
static int |
CLONE_NOT_SUPPORTED_code
Error hannpened when invoke clone operation. |
static java.lang.String |
CLONE_NOT_SUPPORTED_ERR
|
static java.lang.String |
DOM_CREATE_ATTR_ERR
Error happened in DOM when create attribute node. |
static int |
DOM_CREATE_ATTR_ERR_code
|
static java.lang.String |
DOM_CREATE_ELEMENT_ERR
Error happened in DOM when create element node. |
static int |
DOM_CREATE_ELEMENT_ERR_code
|
static java.lang.String |
DOM_CREATE_ERR
Error happened when build DOM tree. |
static int |
DOM_CREATE_ERR_code
|
static java.lang.String |
DOM_GET_REGION_NAME_ERR
Error happened at getting region-name. |
static int |
DOM_GET_REGION_NAME_ERR_code
|
static java.lang.String |
FOERR
Error happened in fo model. |
static int |
FOERR_code
|
static int |
GEN_PDF_code
Error hannpened when generating pdf. |
static java.lang.String |
GEN_PDF_ERR
|
static int |
GETTING_RESOURCE_code
Error hannpened when getting resource. |
static java.lang.String |
GETTING_RESOURCE_ERR
|
static java.lang.String |
IOERR
Error happened when IOException happend. |
static int |
IOERR_code
|
static java.lang.String |
NULL_ELMENT_ERR
Error happened when the element is null. |
static int |
NULL_ELMENT_ERR_code
|
static java.lang.String |
NULLPOINTERERR
Null point error. |
static int |
NULLPOINTERERR_code
|
static java.lang.String |
SECTION_CREATE_ERR
|
static int |
SECTION_CREATE_ERR_code
Error happened when build DOM tree. |
static java.lang.String |
TRANSFORMERR
Error happened in covert fo to pdf. |
static int |
TRANSFORMERR_code
|
Constructor Summary | |
AsposeErrorInfo()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int IOERR_code
public static final java.lang.String IOERR
public static final int FOERR_code
public static final java.lang.String FOERR
public static final int NULLPOINTERERR_code
public static final java.lang.String NULLPOINTERERR
public static final int TRANSFORMERR_code
public static final java.lang.String TRANSFORMERR
public static final int DOM_CREATE_ELEMENT_ERR_code
public static final java.lang.String DOM_CREATE_ELEMENT_ERR
public static final int DOM_CREATE_ATTR_ERR_code
public static final java.lang.String DOM_CREATE_ATTR_ERR
public static final int DOM_GET_REGION_NAME_ERR_code
public static final java.lang.String DOM_GET_REGION_NAME_ERR
public static final int NULL_ELMENT_ERR_code
public static final java.lang.String NULL_ELMENT_ERR
public static final int DOM_CREATE_ERR_code
public static final java.lang.String DOM_CREATE_ERR
public static final int SECTION_CREATE_ERR_code
public static final java.lang.String SECTION_CREATE_ERR
public static final int CLONE_NOT_SUPPORTED_code
public static final java.lang.String CLONE_NOT_SUPPORTED_ERR
public static final int BAD_URL_code
public static final java.lang.String BAD_URL_ERR
public static final int GEN_PDF_code
public static final java.lang.String GEN_PDF_ERR
public static final int GETTING_RESOURCE_code
public static final java.lang.String GETTING_RESOURCE_ERR
Constructor Detail |
public AsposeErrorInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |