Liking cljdoc? Tell your friends :D

cider.inlined-deps.toolsreader.v1v2v2.clojure.tools.reader.impl.errors


eof-errorclj

(eof-error rdr & msgs)

Throws an ExceptionInfo with the given message. If rdr is an IndexingReader, additional information about column and line number is provided

Throws an ExceptionInfo with the given message.
If rdr is an IndexingReader, additional information about column and line number is provided
sourceraw docstring

illegal-arg-errorclj

(illegal-arg-error rdr & msgs)

Throws an ExceptionInfo with the given message. If rdr is an IndexingReader, additional information about column and line number is provided

Throws an ExceptionInfo with the given message.
If rdr is an IndexingReader, additional information about column and line number is provided
sourceraw docstring

reader-errorclj

(reader-error rdr & msgs)

Throws an ExceptionInfo with the given message. If rdr is an IndexingReader, additional information about column and line number is provided

Throws an ExceptionInfo with the given message.
If rdr is an IndexingReader, additional information about column and line number is provided
sourceraw docstring

throw-bad-charclj

(throw-bad-char rdr kind ch)
source

throw-bad-dispatchclj

(throw-bad-dispatch rdr ch)
source

throw-bad-escape-charclj

(throw-bad-escape-char rdr ch)
source

throw-bad-metadataclj

(throw-bad-metadata rdr x)
source

throw-bad-metadata-targetclj

(throw-bad-metadata-target rdr target)
source

throw-bad-nsclj

(throw-bad-ns rdr ns-name)
source

throw-bad-octal-numberclj

(throw-bad-octal-number rdr)
source

throw-bad-reader-tagclj

(throw-bad-reader-tag rdr tag)
source

throw-eof-at-dispatchclj

(throw-eof-at-dispatch rdr)
source

throw-eof-at-startclj

(throw-eof-at-start rdr kind)
source

throw-eof-delimitedclj

(throw-eof-delimited rdr kind line column)
(throw-eof-delimited rdr kind line column n)
source

throw-eof-errorclj

(throw-eof-error rdr line)
source

throw-eof-in-characterclj

(throw-eof-in-character rdr)
source

throw-eof-readingclj

(throw-eof-reading rdr kind & start)
source

throw-feature-not-keywordclj

(throw-feature-not-keyword rdr feature)
source

throw-invalidclj

(throw-invalid rdr kind token)
source

throw-invalid-character-literalclj

(throw-invalid-character-literal rdr token)
source

throw-invalid-numberclj

(throw-invalid-number rdr token)
source

throw-invalid-octal-lenclj

(throw-invalid-octal-len rdr token)
source

throw-invalid-unicode-charclj

(throw-invalid-unicode-char rdr token)
source

throw-invalid-unicode-digitclj

(throw-invalid-unicode-digit rdr ch)
source

throw-invalid-unicode-digit-in-tokenclj

(throw-invalid-unicode-digit-in-token rdr ch token)
source

throw-invalid-unicode-escapeclj

(throw-invalid-unicode-escape rdr ch)
source

throw-invalid-unicode-lenclj

(throw-invalid-unicode-len rdr actual expected)
source

throw-invalid-unicode-literalclj

(throw-invalid-unicode-literal rdr token)
source

throw-no-dispatchclj

(throw-no-dispatch rdr ch)
source

throw-ns-map-no-mapclj

(throw-ns-map-no-map rdr ns-name)
source

throw-odd-mapclj

(throw-odd-map rdr line col elements)
source

throw-single-colonclj

(throw-single-colon rdr)
source

throw-unknown-reader-tagclj

(throw-unknown-reader-tag rdr tag)
source

throw-unmatch-delimiterclj

(throw-unmatch-delimiter rdr ch)
source

throw-unsupported-characterclj

(throw-unsupported-character rdr token)
source

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

× close