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 byMBStyledoes not conform to the MapBox specification- Author:
- Torben Barsballe (Boundless)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MBFormatException(String message)MBFormatException(String message, Throwable throwable)
 - 
Method Summary- 
Methods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-