|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.flashaccess.sdk.protocol.ErrorData
public abstract class ErrorData
Base class for all ErrorData
. This class contains locale-specific information
regarding an error.
Method Summary | |
---|---|
int |
getErrorCode()
The numeric code identifying this error. |
java.lang.String |
getMessage()
The user-friendly text description of the error code. |
abstract java.lang.String |
getMessage(java.util.Locale loc)
The user-friendly text description of the error code. |
java.lang.String |
getNamespace()
The namespace of the error code. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getNamespace()
public int getErrorCode()
public java.lang.String getMessage()
null
if
no error message was provided.public abstract java.lang.String getMessage(java.util.Locale loc)
loc
- The locale to use, or null
to use the default locale.
null
if
no error message was provided.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |