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