Liking cljdoc? Tell your friends :D

jdk.text.ParseException

Signals that an error has been reached unexpectedly while parsing.

Signals that an error has been reached unexpectedly
while parsing.
raw docstring

->parse-exceptionclj

(->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`
raw docstring

get-error-offsetclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close