-
- All Implemented Interfaces:
-
java.io.Serializable
public class AdobeError implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public final static AdobeErrorUNEXPECTED_ERRORpublic final static AdobeErrorCALLBACK_TIMEOUTpublic final static AdobeErrorCALLBACK_NULLpublic final static AdobeErrorEXTENSION_NOT_INITIALIZEDpublic final StringerrorNamepublic final interrorCode
-
Method Summary
Modifier and Type Method Description StringgetErrorName()Retrieves current error's name as a String.intgetErrorCode()Retrieves current error's code as a int.-
-
Method Detail
-
getErrorName
String getErrorName()
Retrieves current error's name as a
String.
-
getErrorCode
int getErrorCode()
Retrieves current error's code as a
int.
-
-
-
-