Class TopoJsonMarshallingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.anwiba.spatial.topo.json.marshal.TopoJsonMarshallingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TopoJsonMarshallingException extends java.io.IOException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopoJsonMarshallingException(ErrorResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorResponsegetError()
-
-
-
Constructor Detail
-
TopoJsonMarshallingException
public TopoJsonMarshallingException(ErrorResponse response)
-
-
Method Detail
-
getError
public ErrorResponse getError()
-
-