Package org.n52.svalbard.coding.json
Class GeoJSONDecodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.janmayen.exception.StringInterpolationException
-
- org.n52.janmayen.exception.LocationHintException
-
- org.n52.svalbard.decode.exception.DecodingException
-
- org.n52.svalbard.coding.json.GeoJSONDecodingException
-
- All Implemented Interfaces:
Serializable
public class GeoJSONDecodingException extends DecodingException
TODO JavaDoc- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoJSONDecodingException(String message)GeoJSONDecodingException(String message, Throwable cause)GeoJSONDecodingException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.n52.janmayen.exception.LocationHintException
getLocation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-