com.webalgorithm.weather.vo
Class ErrorsVO
java.lang.Object
|
+--com.webalgorithm.weather.vo.ErrorsVO
- All Implemented Interfaces:
- java.io.Serializable
- public class ErrorsVO
- extends java.lang.Object
- implements java.io.Serializable
If weather or location lookup fails, this object will contain description error.
Title:
Description: Java Weather API
Copyright: Copyright (c) 2003
Company: WebAlgorithm, Inc
- Version:
- 1.0
- Author:
- Vitaly Veksler
- See Also:
- Serialized Form
Field Summary |
private java.util.ArrayList |
errors
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
errors
private java.util.ArrayList errors
ErrorsVO
public ErrorsVO()
addError
public void addError(java.lang.String message)
getErrors
public java.lang.String[] getErrors()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003 WebAlgorithm, Inc All Rights Reserved.