Class MapCSSException

    • Field Detail

      • line

        protected Integer line
        line number at which the parse error occurred
      • column

        protected Integer column
        column number at which the parse error occurred
    • Constructor Detail

      • MapCSSException

        public MapCSSException​(String specialMessage)
        Constructs a new MapCSSException with an explicit error message.
        Parameters:
        specialMessage - error message
      • MapCSSException

        public MapCSSException​(Throwable cause)
        Constructs a new MapCSSException with a cause.
        Parameters:
        cause - the root cause
        Since:
        11562
    • Method Detail

      • setColumn

        public void setColumn​(int column)
        Sets the column number at which the parse error occurred.
        Parameters:
        column - the column number at which the parse error occurred
      • setLine

        public void setLine​(int line)
        Sets the line number at which the parse error occurred.
        Parameters:
        line - the line number at which the parse error occurred