Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

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 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

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 happend 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 happend 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 happend 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 happend when build DOM tree.

See Also:
Constant Field Values
Constructor Detail

AsposeErrorInfo

public AsposeErrorInfo()