![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||||
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 java.lang.String |
DOM_CREATE_ATTR_ERR
Error happend in DOM when create attribute node. |
static int |
DOM_CREATE_ATTR_ERR_code
|
static java.lang.String |
DOM_CREATE_ELEMENT_ERR
Error happend in DOM when create element node. |
static int |
DOM_CREATE_ELEMENT_ERR_code
|
static java.lang.String |
DOM_CREATE_ERR
Error happend 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 java.lang.String |
IOERR
Error happened when IOException happend. |
static int |
IOERR_code
|
static java.lang.String |
NULL_ELMENT_ERR
Error happend 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 |
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
Constructor Detail |
public AsposeErrorInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |