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