Signals that an error has been reached unexpectedly while parsing.
Signals that an error has been reached unexpectedly while parsing.
(->parse-exception s error-offset)
Constructor.
Constructs a ParseException with the specified detail message and offset. A detail message is a String that describes this particular exception.
s - the detail message - java.lang.String
error-offset - the position where the error is found while parsing. - int
Constructor. Constructs a ParseException with the specified detail message and offset. A detail message is a String that describes this particular exception. s - the detail message - `java.lang.String` error-offset - the position where the error is found while parsing. - `int`
(get-error-offset this)
Returns the position where the error was found.
returns: the position where the error was found - int
Returns the position where the error was found. returns: the position where the error was found - `int`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close