Class JosmTemplateParseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JosmTemplateParseException
    extends ch.poole.osm.josmtemplateparser.ParseException
    Represents an exception when parsing the conditional restriction string
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class ch.poole.osm.josmtemplateparser.ParseException

        currentToken, EOL, expectedTokenSequences, tokenImage
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumn()
      Returns the column number
      int getLine()
      Returns the line number
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

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

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

      • getLine

        public int getLine()
        Returns the line number
        Returns:
        the line number
      • getColumn

        public int getColumn()
        Returns the column number
        Returns:
        the column number
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable