org.codeforamerica.open311.facade.exceptions
Class GeoReportV2Error

java.lang.Object
  extended by org.codeforamerica.open311.facade.exceptions.GeoReportV2Error

public class GeoReportV2Error
extends Object

Wraps a GeoReport v2 API error. More info.

Author:
Santiago MunĂ­n

Constructor Summary
GeoReportV2Error(String code, String description)
           
 
Method Summary
 String getCode()
           
 String getDescription()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeoReportV2Error

public GeoReportV2Error(String code,
                        String description)
Method Detail

getCode

public String getCode()

getDescription

public String getDescription()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Code for America. All Rights Reserved.