Changes since
the last release

com.ebay.sdk
Class ErrorInfoImpl

java.lang.Object
  extended by com.ebay.sdk.ErrorInfoImpl
All Implemented Interfaces:
ErrorInfo
Direct Known Subclasses:
PictureInfo

public class ErrorInfoImpl
extends java.lang.Object
implements ErrorInfo

Implementation of ErrorAware interface.

Title:

Description:

Copyright: Copyright (c) 2004

Company: eBay Inc.

Version:
1.0
Author:
Weijun Li

Constructor Summary
ErrorInfoImpl()
           
 
Method Summary
 void clearError()
          Clear the error.
 java.lang.String getErrorMessage()
          Get error message string.
 java.lang.String getErrorType()
          Get error type string.
 boolean hasError()
          Indicates if there's error.
 void setErrorMessage(java.lang.String errorMessage)
          Set error message string.
 void setErrorType(java.lang.String errorType)
          Set error type string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorInfoImpl

public ErrorInfoImpl()
Method Detail

hasError

public boolean hasError()
Indicates if there's error.

Specified by:
hasError in interface ErrorInfo
Returns:
true means there's error.

clearError

public void clearError()
Clear the error.

Specified by:
clearError in interface ErrorInfo

getErrorType

public java.lang.String getErrorType()
Get error type string.

Specified by:
getErrorType in interface ErrorInfo
Returns:
error type string.

setErrorType

public void setErrorType(java.lang.String errorType)
Set error type string.

Specified by:
setErrorType in interface ErrorInfo
Parameters:
errorType - the error type string to set.

getErrorMessage

public java.lang.String getErrorMessage()
Get error message string.

Specified by:
getErrorMessage in interface ErrorInfo
Returns:
error message string.

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)
Set error message string.

Specified by:
setErrorMessage in interface ErrorInfo
Parameters:
errorMessage - error message string to set.

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.