Package org.geotools.mbstyle.parse
Class MBFormatException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- MBFormatException
-
- All Implemented Interfaces:
Serializable
public class MBFormatException extends RuntimeException
Thrown if the MapBox JSON used byMBStyle
does not conform to the MapBox specification- Author:
- Torben Barsballe (Boundless)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MBFormatException(String message)
MBFormatException(String message, Throwable throwable)
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-