com.aetrion.flickr.reflection
Class Error
java.lang.Object
com.aetrion.flickr.reflection.Error
public class Error
- extends java.lang.Object
Describes one possible error-code of a Flickr-method.
- Version:
- $Id: Error.java,v 1.3 2007/11/18 22:48:09 x-mago Exp $
- Author:
- Anthony Eden
- See Also:
Method.getErrors()
,
Method.setErrors(java.util.Collection)
Constructor Summary |
Error()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Error
public Error()
getCode
public int getCode()
setCode
public void setCode(int code)
setCode
public void setCode(java.lang.String code)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
getExplaination
public java.lang.String getExplaination()
setExplaination
public void setExplaination(java.lang.String explaination)
Copyright (C) 2005-2007 Aetrion LLC. All Rights Reserved.