Class InvalidMapboxVectorTileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstreetmap.josm.data.imagery.vectortile.mapbox.InvalidMapboxVectorTileException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidMapboxVectorTileException extends java.lang.RuntimeException
Thrown when a mapbox vector tile does not match specifications.- Since:
- 17862
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMapboxVectorTileException()Create a defaultInvalidMapboxVectorTileException.InvalidMapboxVectorTileException(java.lang.String message)Create a newInvalidMapboxVectorTileExceptionexception with a message
-
-
-
Constructor Detail
-
InvalidMapboxVectorTileException
public InvalidMapboxVectorTileException()
Create a defaultInvalidMapboxVectorTileException.
-
InvalidMapboxVectorTileException
public InvalidMapboxVectorTileException(java.lang.String message)
Create a newInvalidMapboxVectorTileExceptionexception with a message- Parameters:
message- The message
-
-