Class MBFormatException

  • All Implemented Interfaces:
    Serializable

    public class MBFormatException
    extends RuntimeException
    Thrown if the MapBox JSON used by MBStyle does not conform to the MapBox specification
    Author:
    Torben Barsballe (Boundless)
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MBFormatException

        public MBFormatException​(String message)
      • MBFormatException

        public MBFormatException​(String message,
                                 Throwable throwable)