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