com.commsen.jwebthumb
Class WebThumbError
java.lang.Object
  
com.commsen.jwebthumb.WebThumbError
public class WebThumbError
- extends java.lang.Object
 
This class represents 'error' part of webthumb's response. See http://webthumb.bluga.net/apidoc#errorhandling for details
- Since:
 
  - 0.3
 
- Author:
 
  - Milen Dyankov
 
- See Also:
 http://webthumb.bluga.net/apidoc#errorhandling
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
WebThumbError
public WebThumbError()
getValue
public java.lang.String getValue()
- Returns:
 - the value
 
 
getType
public java.lang.String getType()
- Returns:
 - the type
 
 
getCode
public java.lang.String getCode()
- Returns:
 - the code
 
 
getUrl
public java.lang.String getUrl()
- Returns:
 - the url
 
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
Copyright © 2010 COMMSEN International. All Rights Reserved.