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:
Serializable
public class InvalidMapboxVectorTileException extends 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(String message)
Create a newInvalidMapboxVectorTileException
exception with a message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidMapboxVectorTileException
public InvalidMapboxVectorTileException()
Create a defaultInvalidMapboxVectorTileException
.
-
InvalidMapboxVectorTileException
public InvalidMapboxVectorTileException(String message)
Create a newInvalidMapboxVectorTileException
exception with a message- Parameters:
message
- The message
-
-