Liking cljdoc? Tell your friends :D

cljs.tools.reader.impl.errors


eof-errorcljs

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

illegal-arg-errorcljs

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

reader-errorcljs

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

throw-bad-charcljs

(throw-bad-char rdr kind ch)

throw-bad-escape-charcljs

(throw-bad-escape-char rdr ch)

throw-bad-metadatacljs

(throw-bad-metadata rdr x)

throw-bad-metadata-targetcljs

(throw-bad-metadata-target rdr target)

throw-bad-nscljs

(throw-bad-ns rdr ns-name)

throw-bad-octal-numbercljs

(throw-bad-octal-number rdr)

throw-bad-reader-tagcljs

(throw-bad-reader-tag rdr tag)

throw-dup-keyscljs

(throw-dup-keys rdr kind ks)

throw-eof-at-dispatchcljs

(throw-eof-at-dispatch rdr)

throw-eof-at-startcljs

(throw-eof-at-start rdr kind)

throw-eof-delimitedcljs

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

throw-eof-errorcljs

(throw-eof-error rdr line)

throw-eof-in-charactercljs

(throw-eof-in-character rdr)

throw-eof-readingcljs

(throw-eof-reading rdr kind & start)

throw-feature-not-keywordcljs

(throw-feature-not-keyword rdr feature)

throw-invalidcljs

(throw-invalid rdr kind token)

throw-invalid-character-literalcljs

(throw-invalid-character-literal rdr token)

throw-invalid-numbercljs

(throw-invalid-number rdr token)

throw-invalid-octal-lencljs

(throw-invalid-octal-len rdr token)

throw-invalid-unicode-charcljs

(throw-invalid-unicode-char rdr token)

throw-invalid-unicode-digitcljs

(throw-invalid-unicode-digit rdr ch)

throw-invalid-unicode-digit-in-tokencljs

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

throw-invalid-unicode-escapecljs

(throw-invalid-unicode-escape rdr ch)

throw-invalid-unicode-lencljs

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

throw-invalid-unicode-literalcljs

(throw-invalid-unicode-literal rdr token)

throw-ns-map-no-mapcljs

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

throw-odd-mapcljs

(throw-odd-map rdr line col elements)

throw-single-coloncljs

(throw-single-colon rdr)

throw-unknown-reader-tagcljs

(throw-unknown-reader-tag rdr tag)

throw-unmatch-delimitercljs

(throw-unmatch-delimiter rdr ch)

throw-unsupported-charactercljs

(throw-unsupported-character rdr token)

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

× close