|
com.aspose.pdf.exception
Class AsposeErrorInfo
java.lang.Object
com.aspose.pdf.exception.AsposeErrorInfo
public class AsposeErrorInfo - extends java.lang.Object
Encapsulates error code and message in pdf create procedure.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOErrCode
public static final int IOErrCode
- See Also:
- Constant Field Values
IOErr
public static final java.lang.String IOErr
- Error happened when IOException happend.
- See Also:
- Constant Field Values
FOErrCode
public static final int FOErrCode
- See Also:
- Constant Field Values
FOErr
public static final java.lang.String FOErr
- Error happened in fo model.
- See Also:
- Constant Field Values
NullPointerErrCode
public static final int NullPointerErrCode
- See Also:
- Constant Field Values
NullPointerErr
public static final java.lang.String NullPointerErr
- Null point error.
- See Also:
- Constant Field Values
TransformCode
public static final int TransformCode
- 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
DOMCreateElementErrCode
public static final int DOMCreateElementErrCode
- See Also:
- Constant Field Values
DOMCreateElementErr
public static final java.lang.String DOMCreateElementErr
- Error happened in DOM when create element node.
- See Also:
- Constant Field Values
DOMCreateAttrErrCode
public static final int DOMCreateAttrErrCode
- See Also:
- Constant Field Values
DOMCreateAttrErr
public static final java.lang.String DOMCreateAttrErr
- Error happened in DOM when create attribute node.
- See Also:
- Constant Field Values
DOMGetRegionNameErrCode
public static final int DOMGetRegionNameErrCode
- See Also:
- Constant Field Values
DOMGetRegionNameErr
public static final java.lang.String DOMGetRegionNameErr
- Error happened at getting region-name.
- See Also:
- Constant Field Values
NullElementErrCode
public static final int NullElementErrCode
- See Also:
- Constant Field Values
NullElementErr
public static final java.lang.String NullElementErr
- Error happened when the element is null.
- See Also:
- Constant Field Values
DOMCreateErrCode
public static final int DOMCreateErrCode
- See Also:
- Constant Field Values
DOMCreateErr
public static final java.lang.String DOMCreateErr
- Error happened when build DOM tree.
- See Also:
- Constant Field Values
SectionCreateErrCode
public static final int SectionCreateErrCode
- Error happened when build DOM tree.
- See Also:
- Constant Field Values
SectionCreateErr
public static final java.lang.String SectionCreateErr
- See Also:
- Constant Field Values
CloneNotSupportedCode
public static final int CloneNotSupportedCode
- Error hannpened when invoke clone operation.
- See Also:
- Constant Field Values
CloneNotSupportedErr
public static final java.lang.String CloneNotSupportedErr
- See Also:
- Constant Field Values
BadURLCode
public static final int BadURLCode
- Error hannpened when passed a bad URL.
- See Also:
- Constant Field Values
BadURLErr
public static final java.lang.String BadURLErr
- See Also:
- Constant Field Values
GenPdfCode
public static final int GenPdfCode
- Error hannpened when generating pdf.
- See Also:
- Constant Field Values
GenPdfErr
public static final java.lang.String GenPdfErr
- See Also:
- Constant Field Values
GettingResourceCode
public static final int GettingResourceCode
- Error hannpened when getting resource.
- See Also:
- Constant Field Values
GettingResourceErr
public static final java.lang.String GettingResourceErr
- See Also:
- Constant Field Values
ConvertHtmlToPdfCode
public static final int ConvertHtmlToPdfCode
- Error hannpened when convert html to pdf.
- See Also:
- Constant Field Values
ConvertHtmlToPdfErr
public static final java.lang.String ConvertHtmlToPdfErr
- See Also:
- Constant Field Values
AsposeErrorInfo
public AsposeErrorInfo()
|