Class OverpassJsonMapperExceptionFactory
- java.lang.Object
-
- net.anwiba.spatial.osm.overpass.marshaller.OverpassJsonMapperExceptionFactory
-
- All Implemented Interfaces:
net.anwiba.commons.json.IJsonObjectMarshallingExceptionFactory<ErrorResponse,OverpassJsonMapperException>
public class OverpassJsonMapperExceptionFactory extends java.lang.Object implements net.anwiba.commons.json.IJsonObjectMarshallingExceptionFactory<ErrorResponse,OverpassJsonMapperException>
-
-
Constructor Summary
Constructors Constructor Description OverpassJsonMapperExceptionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OverpassJsonMapperExceptioncreate(ErrorResponse response)
-
-
-
Method Detail
-
create
public OverpassJsonMapperException create(ErrorResponse response)
- Specified by:
createin interfacenet.anwiba.commons.json.IJsonObjectMarshallingExceptionFactory<ErrorResponse,OverpassJsonMapperException>
-
-