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