com.aspose.pdf.exception
Class AsposeErrorInfo

java.lang.Object
  extended bycom.aspose.pdf.exception.AsposeErrorInfo

public class AsposeErrorInfo
extends java.lang.Object

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

IOERR_code

public static final int IOERR_code
See Also:
Constant Field Values

IOERR

public static final java.lang.String IOERR
Error happened when IOException happend.

See Also:
Constant Field Values

FOERR_code

public static final int FOERR_code
See Also:
Constant Field Values

FOERR

public static final java.lang.String FOERR
Error happened in fo model.

See Also:
Constant Field Values

NULLPOINTERERR_code

public static final int NULLPOINTERERR_code
See Also:
Constant Field Values

NULLPOINTERERR

public static final java.lang.String NULLPOINTERERR
Null point error.

See Also:
Constant Field Values

TRANSFORMERR_code

public static final int TRANSFORMERR_code
See Also:
Constant Field Values

TRANSFORMERR

public static final java.lang.String TRANSFORMERR
Error happened in covert fo to pdf.

See Also:
Constant Field Values

DOM_CREATE_ELEMENT_ERR_code

public static final int DOM_CREATE_ELEMENT_ERR_code
See Also:
Constant Field Values

DOM_CREATE_ELEMENT_ERR

public static final java.lang.String DOM_CREATE_ELEMENT_ERR
Error happened in DOM when create element node.

See Also:
Constant Field Values

DOM_CREATE_ATTR_ERR_code

public static final int DOM_CREATE_ATTR_ERR_code
See Also:
Constant Field Values

DOM_CREATE_ATTR_ERR

public static final java.lang.String DOM_CREATE_ATTR_ERR
Error happened in DOM when create attribute node.

See Also:
Constant Field Values

DOM_GET_REGION_NAME_ERR_code

public static final int DOM_GET_REGION_NAME_ERR_code
See Also:
Constant Field Values

DOM_GET_REGION_NAME_ERR

public static final java.lang.String DOM_GET_REGION_NAME_ERR
Error happened at getting region-name.

See Also:
Constant Field Values

NULL_ELMENT_ERR_code

public static final int NULL_ELMENT_ERR_code
See Also:
Constant Field Values

NULL_ELMENT_ERR

public static final java.lang.String NULL_ELMENT_ERR
Error happened when the element is null.

See Also:
Constant Field Values

DOM_CREATE_ERR_code

public static final int DOM_CREATE_ERR_code
See Also:
Constant Field Values

DOM_CREATE_ERR

public static final java.lang.String DOM_CREATE_ERR
Error happened when build DOM tree.

See Also:
Constant Field Values

SECTION_CREATE_ERR_code

public static final int SECTION_CREATE_ERR_code
Error happened when build DOM tree.

See Also:
Constant Field Values

SECTION_CREATE_ERR

public static final java.lang.String SECTION_CREATE_ERR
See Also:
Constant Field Values

CLONE_NOT_SUPPORTED_code

public static final int CLONE_NOT_SUPPORTED_code
Error hannpened when invoke clone operation.

See Also:
Constant Field Values

CLONE_NOT_SUPPORTED_ERR

public static final java.lang.String CLONE_NOT_SUPPORTED_ERR
See Also:
Constant Field Values

BAD_URL_code

public static final int BAD_URL_code
Error hannpened when passed a bad URL.

See Also:
Constant Field Values

BAD_URL_ERR

public static final java.lang.String BAD_URL_ERR
See Also:
Constant Field Values

GEN_PDF_code

public static final int GEN_PDF_code
Error hannpened when generating pdf.

See Also:
Constant Field Values

GEN_PDF_ERR

public static final java.lang.String GEN_PDF_ERR
See Also:
Constant Field Values

GETTING_RESOURCE_code

public static final int GETTING_RESOURCE_code
Error hannpened when getting resource.

See Also:
Constant Field Values

GETTING_RESOURCE_ERR

public static final java.lang.String GETTING_RESOURCE_ERR
See Also:
Constant Field Values
Constructor Detail

AsposeErrorInfo

public AsposeErrorInfo()