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